Html Css Color HEX #4CCAAC Puerto Rico

📋 copy color: '#4CCAAC'

red 76 ◦ green 202 ◦ blue 172

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

Shades of Puerto Rico #4CCAAC

Tints of Puerto Rico #4CCAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.22%

R = 16.89%
G = 44.89%
B = 38.22%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#4CCAAC (or 0x4CCAAC) is known color: Puerto Rico. HEX triplet: 4C, CA and AC. RGB value is (76,202,172). Sum of RGB (Red+Green+Blue) = 76+202+172=450 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.89% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCAAC is #B33553. Grayscale: #A0A0A0. Windows color (decimal): -11744596 or 11323980. OLE color: 11323980.

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

Color convert

RGB 76 202 172 -
CMYK 0.62 0 0.15 0.21
HSL 165.71º 0.54% 0.55% -
HSV(B) 165.71º 0.62% 0.79% -
XYZ 31.55 46.76 46.39 -
YUV 160.91 134.26 67.44 -
System Red Green Blue C M Y K H S L
Decimal 76 202 172 0.62 0 0.15 0.21 165.71 0.54 0.55
Hex 4C CA AC 3E 0 F 15 A6 36 37
Octal 114 312 254 76 0 17 25 246 66 67
Binary 1001100 11001010 10101100 111110 0 1111 10101 10100110 110110 110111

Color Harmonies of #4CCAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCAAC

Black with #4CCAAC

Text Example


Text Example

White with #4CCAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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