Html Css Color HEX #4CCAAA Puerto Rico

📋 copy color: '#4CCAAA'

red 76 ◦ green 202 ◦ blue 170

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

Shades of Puerto Rico #4CCAAA

Tints of Puerto Rico #4CCAAA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.09%

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

R = 16.96%
G = 45.09%
B = 37.95%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#4CCAAA (or 0x4CCAAA) is known color: Puerto Rico. HEX triplet: 4C, CA and AA. RGB value is (76,202,170). Sum of RGB (Red+Green+Blue) = 76+202+170=448 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.96% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCAAA is #B33555. Grayscale: #A0A0A0. Windows color (decimal): -11744598 or 11192908. OLE color: 11192908.

HSL color Cylindrical-coordinate representation of color #4CCAAA: hue angle of 164.76º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CCAAA is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 202 170 -
CMYK 0.62 0 0.16 0.21
HSL 164.76º 0.54% 0.55% -
HSV(B) 164.76º 0.62% 0.79% -
XYZ 31.36 46.68 45.39 -
YUV 160.68 133.26 67.6 -
System Red Green Blue C M Y K H S L
Decimal 76 202 170 0.62 0 0.16 0.21 164.76 0.54 0.55
Hex 4C CA AA 3E 0 10 15 A5 36 37
Octal 114 312 252 76 0 20 25 245 66 67
Binary 1001100 11001010 10101010 111110 0 10000 10101 10100101 110110 110111

Color Harmonies of #4CCAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCAAA

Black with #4CCAAA

Text Example


Text Example

White with #4CCAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,202,170); }

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

background-color css

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

 a { background-color: rgb(76,202,170); }

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

border-color css

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

 span { border-color: rgb(76,202,170); }

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