Html Css Color HEX #4EC1A6 Puerto Rico

📋 copy color: '#4EC1A6'

red 78 ◦ green 193 ◦ blue 166

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

Shades of Puerto Rico #4EC1A6

Tints of Puerto Rico #4EC1A6

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.16%

 BLUE value IS 166 (65.23% from 255) = 37.99%

R = 17.85%
G = 44.16%
B = 37.99%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#4EC1A6 (or 0x4EC1A6) is known color: Puerto Rico. HEX triplet: 4E, C1 and A6. RGB value is (78,193,166). Sum of RGB (Red+Green+Blue) = 78+193+166=437 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.85% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 193 - color contains mainly: green. Hex color #4EC1A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC1A6 is #B13E59. Grayscale: #9B9B9B. Windows color (decimal): -11615834 or 10928462. OLE color: 10928462.

HSL color Cylindrical-coordinate representation of color #4EC1A6: hue angle of 165.91º degrees, saturation: 0.48, 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 #4EC1A6 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 78 193 166 -
CMYK 0.60 0 0.14 0.24
HSL 165.91º 0.48% 0.53% -
HSV(B) 165.91º 0.6% 0.76% -
XYZ 29.09 42.51 42.75 -
YUV 155.54 133.9 72.7 -
System Red Green Blue C M Y K H S L
Decimal 78 193 166 0.60 0 0.14 0.24 165.91 0.48 0.53
Hex 4E C1 A6 3C 0 E 18 A6 30 35
Octal 116 301 246 74 0 16 30 246 60 65
Binary 1001110 11000001 10100110 111100 0 1110 11000 10100110 110000 110101

Color Harmonies of #4EC1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC1A6

Black with #4EC1A6

Text Example


Text Example

White with #4EC1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,193,166); }

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

background-color css

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

 a { background-color: rgb(78,193,166); }

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

border-color css

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

 span { border-color: rgb(78,193,166); }

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