Html Css Color HEX #4EC2AA Puerto Rico

📋 copy color: '#4EC2AA'

red 78 ◦ green 194 ◦ blue 170

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

Shades of Puerto Rico #4EC2AA

Tints of Puerto Rico #4EC2AA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.89%

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 17.65%
G = 43.89%
B = 38.46%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#4EC2AA (or 0x4EC2AA) is known color: Puerto Rico. HEX triplet: 4E, C2 and AA. RGB value is (78,194,170). Sum of RGB (Red+Green+Blue) = 78+194+170=442 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.65% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #4EC2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC2AA is #B13D55. Grayscale: #9C9C9C. Windows color (decimal): -11615574 or 11190862. OLE color: 11190862.

HSL color Cylindrical-coordinate representation of color #4EC2AA: hue angle of 167.59º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC2AA is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 78 194 170 -
CMYK 0.60 0 0.12 0.24
HSL 167.59º 0.49% 0.53% -
HSV(B) 167.59º 0.6% 0.76% -
XYZ 29.69 43.11 44.79 -
YUV 156.58 135.57 71.95 -
System Red Green Blue C M Y K H S L
Decimal 78 194 170 0.60 0 0.12 0.24 167.59 0.49 0.53
Hex 4E C2 AA 3C 0 C 18 A8 31 35
Octal 116 302 252 74 0 14 30 250 61 65
Binary 1001110 11000010 10101010 111100 0 1100 11000 10101000 110001 110101

Color Harmonies of #4EC2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC2AA

Black with #4EC2AA

Text Example


Text Example

White with #4EC2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,194,170); }

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

background-color css

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

 a { background-color: rgb(78,194,170); }

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

border-color css

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

 span { border-color: rgb(78,194,170); }

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