Html Css Color HEX #4CCA9C Puerto Rico

📋 copy color: '#4CCA9C'

red 76 ◦ green 202 ◦ blue 156

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

Shades of Puerto Rico #4CCA9C

Tints of Puerto Rico #4CCA9C

RGB

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

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

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

R = 17.51%
G = 46.54%
B = 35.94%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#4CCA9C (or 0x4CCA9C) is known color: Puerto Rico. HEX triplet: 4C, CA and 9C. RGB value is (76,202,156). Sum of RGB (Red+Green+Blue) = 76+202+156=434 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.51% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCA9C is #B33563. Grayscale: #9F9F9F. Windows color (decimal): -11744612 or 10275404. OLE color: 10275404.

HSL color Cylindrical-coordinate representation of color #4CCA9C: hue angle of 158.1º 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 #4CCA9C is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 202 156 -
CMYK 0.62 0 0.23 0.21
HSL 158.1º 0.54% 0.55% -
HSV(B) 158.1º 0.62% 0.79% -
XYZ 30.1 46.18 38.78 -
YUV 159.08 126.26 68.74 -
System Red Green Blue C M Y K H S L
Decimal 76 202 156 0.62 0 0.23 0.21 158.1 0.54 0.55
Hex 4C CA 9C 3E 0 17 15 9E 36 37
Octal 114 312 234 76 0 27 25 236 66 67
Binary 1001100 11001010 10011100 111110 0 10111 10101 10011110 110110 110111

Color Harmonies of #4CCA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCA9C

Black with #4CCA9C

Text Example


Text Example

White with #4CCA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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