Html Css Color HEX #4CAA9C Puerto Rico

📋 copy color: '#4CAA9C'

red 76 ◦ green 170 ◦ blue 156

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

Shades of Puerto Rico #4CAA9C

Tints of Puerto Rico #4CAA9C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.29%

 BLUE value IS 156 (61.33% from 255) = 38.81%

R = 18.91%
G = 42.29%
B = 38.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#4CAA9C (or 0x4CAA9C) is known color: Puerto Rico. HEX triplet: 4C, AA and 9C. RGB value is (76,170,156). Sum of RGB (Red+Green+Blue) = 76+170+156=402 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.91% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAA9C is #B35563. Grayscale: #8C8C8C. Windows color (decimal): -11752804 or 10267212. OLE color: 10267212.

HSL color Cylindrical-coordinate representation of color #4CAA9C: hue angle of 171.06º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CAA9C is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 170 156 -
CMYK 0.55 0 0.08 0.33
HSL 171.06º 0.38% 0.48% -
HSV(B) 171.06º 0.55% 0.67% -
XYZ 23.36 32.69 36.53 -
YUV 140.3 136.86 82.14 -
System Red Green Blue C M Y K H S L
Decimal 76 170 156 0.55 0 0.08 0.33 171.06 0.38 0.48
Hex 4C AA 9C 37 0 8 21 AB 26 30
Octal 114 252 234 67 0 10 41 253 46 60
Binary 1001100 10101010 10011100 110111 0 1000 100001 10101011 100110 110000

Color Harmonies of #4CAA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAA9C

Black with #4CAA9C

Text Example


Text Example

White with #4CAA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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