Html Css Color HEX #4DCEA5 Puerto Rico

📋 copy color: '#4DCEA5'

red 77 ◦ green 206 ◦ blue 165

#4DCEA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #4DCEA5

Tints of Puerto Rico #4DCEA5

RGB

 RED value IS 77 (30.47% from 255) = 17.19%

 GREEN value IS 206 (80.86% from 255) = 45.98%

 BLUE value IS 165 (64.84% from 255) = 36.83%

R = 17.19%
G = 45.98%
B = 36.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4DCEA5 (or 0x4DCEA5) is known color: Puerto Rico. HEX triplet: 4D, CE and A5. RGB value is (77,206,165). Sum of RGB (Red+Green+Blue) = 77+206+165=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCEA5 is #B2315A. Grayscale: #A2A2A2. Windows color (decimal): -11678043 or 10866253. OLE color: 10866253.

HSL color Cylindrical-coordinate representation of color #4DCEA5: hue angle of 160.93º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCEA5 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 206 165 -
CMYK 0.63 0 0.20 0.19
HSL 160.93º 0.57% 0.55% -
HSV(B) 160.93º 0.63% 0.81% -
XYZ 31.92 48.44 43.26 -
YUV 162.76 129.26 66.83 -
System Red Green Blue C M Y K H S L
Decimal 77 206 165 0.63 0 0.20 0.19 160.93 0.57 0.55
Hex 4D CE A5 3F 0 14 13 A1 39 37
Octal 115 316 245 77 0 24 23 241 71 67
Binary 1001101 11001110 10100101 111111 0 10100 10011 10100001 111001 110111

Color Harmonies of #4DCEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCEA5

Black with #4DCEA5

Text Example


Text Example

White with #4DCEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DCEA5; }

 p { color: rgb(77,206,165); }

 H1.HeaderClassName
 {
   color: #4DCEA5;
 }
 .AnyTagClassName
 {
   color: #4DCEA5;
 }
</style>

background-color css

<style>
 a { background-color: #4DCEA5; }

 a { background-color: rgb(77,206,165); }

 div.DivClassName
 {
   background-color: #4DCEA5;
 }
 .BgClassName
 {
   background-color: #4DCEA5;
 }
</style>

border-color css

<style>
 span { border-color: #4DCEA5; }

 span { border-color: rgb(77,206,165); }

 td.TdClassName
 {
   border-color: #4DCEA5;
 }
 .TagClassName
 {
   border-color: #4DCEA5;
 }
</style>