Html Css Color HEX #4EAD9C Puerto Rico

📋 copy color: '#4EAD9C'

red 78 ◦ green 173 ◦ blue 156

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

Shades of Puerto Rico #4EAD9C

Tints of Puerto Rico #4EAD9C

RGB

 RED value IS 78 (30.86% from 255) = 19.16%

 GREEN value IS 173 (67.97% from 255) = 42.51%

 BLUE value IS 156 (61.33% from 255) = 38.33%

R = 19.16%
G = 42.51%
B = 38.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#4EAD9C (or 0x4EAD9C) is known color: Puerto Rico. HEX triplet: 4E, AD and 9C. RGB value is (78,173,156). Sum of RGB (Red+Green+Blue) = 78+173+156=407 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.16% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #4EAD9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAD9C is #B15263. Grayscale: #8E8E8E. Windows color (decimal): -11620964 or 10267982. OLE color: 10267982.

HSL color Cylindrical-coordinate representation of color #4EAD9C: hue angle of 169.26º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAD9C is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 78 173 156 -
CMYK 0.55 0 0.10 0.32
HSL 169.26º 0.38% 0.49% -
HSV(B) 169.26º 0.55% 0.68% -
XYZ 24.09 33.91 36.73 -
YUV 142.66 135.53 81.88 -
System Red Green Blue C M Y K H S L
Decimal 78 173 156 0.55 0 0.10 0.32 169.26 0.38 0.49
Hex 4E AD 9C 37 0 A 20 A9 26 31
Octal 116 255 234 67 0 12 40 251 46 61
Binary 1001110 10101101 10011100 110111 0 1010 100000 10101001 100110 110001

Color Harmonies of #4EAD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAD9C

Black with #4EAD9C

Text Example


Text Example

White with #4EAD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,173,156); }

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

background-color css

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

 a { background-color: rgb(78,173,156); }

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

border-color css

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

 span { border-color: rgb(78,173,156); }

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