Html Css Color HEX #4EAF9C Puerto Rico

📋 copy color: '#4EAF9C'

red 78 ◦ green 175 ◦ blue 156

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

Shades of Puerto Rico #4EAF9C

Tints of Puerto Rico #4EAF9C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.79%

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

R = 19.07%
G = 42.79%
B = 38.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#4EAF9C (or 0x4EAF9C) is known color: Puerto Rico. HEX triplet: 4E, AF and 9C. RGB value is (78,175,156). Sum of RGB (Red+Green+Blue) = 78+175+156=409 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.07% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAF9C is #B15063. Grayscale: #8F8F8F. Windows color (decimal): -11620452 or 10268494. OLE color: 10268494.

HSL color Cylindrical-coordinate representation of color #4EAF9C: hue angle of 168.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAF9C is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 78 175 156 -
CMYK 0.55 0 0.11 0.31
HSL 168.25º 0.38% 0.5% -
HSV(B) 168.25º 0.55% 0.69% -
XYZ 24.47 34.68 36.86 -
YUV 143.83 134.86 81.04 -
System Red Green Blue C M Y K H S L
Decimal 78 175 156 0.55 0 0.11 0.31 168.25 0.38 0.5
Hex 4E AF 9C 37 0 B 1F A8 26 32
Octal 116 257 234 67 0 13 37 250 46 62
Binary 1001110 10101111 10011100 110111 0 1011 11111 10101000 100110 110010

Color Harmonies of #4EAF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAF9C

Black with #4EAF9C

Text Example


Text Example

White with #4EAF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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