#4CC6AC

Color #4CC6AC Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #4CC6AC

Tints of Puerto Rico #4CC6AC

Color information

#4CC6AC (or 0x4CC6AC) is unknown color: approx Puerto Rico. HEX triplet: 4C, C6 and AC. RGB value is (76,198,172). Sum of RGB (Red+Green+Blue) = 76+198+172=446 (59% of max value = 765). Red value is 76 (30.08% from 255 or 17.04% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #4CC6AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC6AC is #B33953. Grayscale: #9E9E9E. Windows color (decimal): -11745620 or 11322956. OLE color: 11322956.

HSL color Cylindrical-coordinate representation of color #4CC6AC: hue angle of 167.21º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC6AC is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB76198172-
CMYK0.6200.130.22
HSL167.21º51.69%53.73%-
HSV(B)167.21º61.62%77.65%-
XYZ30.6244.946.08-
YUV158.56135.5869.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.04%
GREEN value IS 198 (77.73% from 255) = 44.39%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=17.04%
G=44.39%
B=38.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal761981720.6200.130.22167.2151.6953.73
Hex4CC6AC3E0D16a73436
Octal11430625476015262476466
Binary10011001100011010101100111110011011011010100111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4CC6AC;
 }
 .AnyTagClassName
 {
   color: #4CC6AC;
 }
</style>
background-color css

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

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

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

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

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

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