Html Css Color HEX #4EAFA0 Puerto Rico

📋 copy color: '#4EAFA0'

red 78 ◦ green 175 ◦ blue 160

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

Shades of Puerto Rico #4EAFA0

Tints of Puerto Rico #4EAFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.74%

R = 18.89%
G = 42.37%
B = 38.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#4EAFA0 (or 0x4EAFA0) is known color: Puerto Rico. HEX triplet: 4E, AF and A0. RGB value is (78,175,160). Sum of RGB (Red+Green+Blue) = 78+175+160=413 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.89% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAFA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAFA0 is #B1505F. Grayscale: #909090. Windows color (decimal): -11620448 or 10530638. OLE color: 10530638.

HSL color Cylindrical-coordinate representation of color #4EAFA0: hue angle of 170.72º 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 #4EAFA0 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 78 175 160 -
CMYK 0.55 0 0.09 0.31
HSL 170.72º 0.38% 0.5% -
HSV(B) 170.72º 0.55% 0.69% -
XYZ 24.82 34.82 38.67 -
YUV 144.29 136.86 80.72 -
System Red Green Blue C M Y K H S L
Decimal 78 175 160 0.55 0 0.09 0.31 170.72 0.38 0.5
Hex 4E AF A0 37 0 9 1F AB 26 32
Octal 116 257 240 67 0 11 37 253 46 62
Binary 1001110 10101111 10100000 110111 0 1001 11111 10101011 100110 110010

Color Harmonies of #4EAFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAFA0

Black with #4EAFA0

Text Example


Text Example

White with #4EAFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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