Html Css Color HEX #4CC0AE Puerto Rico

📋 copy color: '#4CC0AE'

red 76 ◦ green 192 ◦ blue 174

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

Shades of Puerto Rico #4CC0AE

Tints of Puerto Rico #4CC0AE

RGB

 RED value IS 76 (30.08% from 255) = 17.19%

 GREEN value IS 192 (75.39% from 255) = 43.44%

 BLUE value IS 174 (68.36% from 255) = 39.37%

R = 17.19%
G = 43.44%
B = 39.37%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#4CC0AE (or 0x4CC0AE) is known color: Puerto Rico. HEX triplet: 4C, C0 and AE. RGB value is (76,192,174). Sum of RGB (Red+Green+Blue) = 76+192+174=442 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.19% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC0AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC0AE is #B33F51. Grayscale: #9B9B9B. Windows color (decimal): -11747154 or 11452492. OLE color: 11452492.

HSL color Cylindrical-coordinate representation of color #4CC0AE: hue angle of 170.69º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CC0AE is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 192 174 -
CMYK 0.60 0 0.09 0.25
HSL 170.69º 0.48% 0.53% -
HSV(B) 170.69º 0.6% 0.75% -
XYZ 29.47 42.29 46.65 -
YUV 155.26 138.57 71.46 -
System Red Green Blue C M Y K H S L
Decimal 76 192 174 0.60 0 0.09 0.25 170.69 0.48 0.53
Hex 4C C0 AE 3C 0 9 19 AB 30 35
Octal 114 300 256 74 0 11 31 253 60 65
Binary 1001100 11000000 10101110 111100 0 1001 11001 10101011 110000 110101

Color Harmonies of #4CC0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC0AE

Black with #4CC0AE

Text Example


Text Example

White with #4CC0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,192,174); }

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

background-color css

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

 a { background-color: rgb(76,192,174); }

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

border-color css

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

 span { border-color: rgb(76,192,174); }

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