Html Css Color HEX #4EC4A8 Puerto Rico

📋 copy color: '#4EC4A8'

red 78 ◦ green 196 ◦ blue 168

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

Shades of Puerto Rico #4EC4A8

Tints of Puerto Rico #4EC4A8

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.34%

 BLUE value IS 168 (66.02% from 255) = 38.01%

R = 17.65%
G = 44.34%
B = 38.01%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#4EC4A8 (or 0x4EC4A8) is known color: Puerto Rico. HEX triplet: 4E, C4 and A8. RGB value is (78,196,168). Sum of RGB (Red+Green+Blue) = 78+196+168=442 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.65% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 196 - color contains mainly: green. Hex color #4EC4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC4A8 is #B13B57. Grayscale: #9D9D9D. Windows color (decimal): -11615064 or 11060302. OLE color: 11060302.

HSL color Cylindrical-coordinate representation of color #4EC4A8: hue angle of 165.76º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC4A8 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 78 196 168 -
CMYK 0.60 0 0.14 0.23
HSL 165.76º 0.5% 0.54% -
HSV(B) 165.76º 0.6% 0.77% -
XYZ 29.95 43.93 43.95 -
YUV 157.53 133.91 71.28 -
System Red Green Blue C M Y K H S L
Decimal 78 196 168 0.60 0 0.14 0.23 165.76 0.5 0.54
Hex 4E C4 A8 3C 0 E 17 A6 32 36
Octal 116 304 250 74 0 16 27 246 62 66
Binary 1001110 11000100 10101000 111100 0 1110 10111 10100110 110010 110110

Color Harmonies of #4EC4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC4A8

Black with #4EC4A8

Text Example


Text Example

White with #4EC4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,196,168); }

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

background-color css

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

 a { background-color: rgb(78,196,168); }

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

border-color css

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

 span { border-color: rgb(78,196,168); }

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