Html Css Color HEX #4EC2AF Puerto Rico

📋 copy color: '#4EC2AF'

red 78 ◦ green 194 ◦ blue 175

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

Shades of Puerto Rico #4EC2AF

Tints of Puerto Rico #4EC2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.15%

R = 17.45%
G = 43.4%
B = 39.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#4EC2AF (or 0x4EC2AF) is known color: Puerto Rico. HEX triplet: 4E, C2 and AF. RGB value is (78,194,175). Sum of RGB (Red+Green+Blue) = 78+194+175=447 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.45% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 194 - color contains mainly: green. Hex color #4EC2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC2AF is #B13D50. Grayscale: #9D9D9D. Windows color (decimal): -11615569 or 11518542. OLE color: 11518542.

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

Color convert

RGB 78 194 175 -
CMYK 0.60 0 0.10 0.24
HSL 170.17º 0.49% 0.53% -
HSV(B) 170.17º 0.6% 0.76% -
XYZ 30.17 43.3 47.32 -
YUV 157.15 138.07 71.54 -
System Red Green Blue C M Y K H S L
Decimal 78 194 175 0.60 0 0.10 0.24 170.17 0.49 0.53
Hex 4E C2 AF 3C 0 A 18 AA 31 35
Octal 116 302 257 74 0 12 30 252 61 65
Binary 1001110 11000010 10101111 111100 0 1010 11000 10101010 110001 110101

Color Harmonies of #4EC2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC2AF

Black with #4EC2AF

Text Example


Text Example

White with #4EC2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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