#4CCBAC

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

Shades of Puerto Rico #4CCBAC

Tints of Puerto Rico #4CCBAC

Color information

#4CCBAC (or 0x4CCBAC) is unknown color: approx Puerto Rico. HEX triplet: 4C, CB and AC. RGB value is (76,203,172). Sum of RGB (Red+Green+Blue) = 76+203+172=451 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.85% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCBAC is #B33453. Grayscale: #A1A1A1. Windows color (decimal): -11744340 or 11324236. OLE color: 11324236.

HSL color Cylindrical-coordinate representation of color #4CCBAC: hue angle of 165.35º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCBAC is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB76203172-
CMYK0.6300.150.20
HSL165.35º54.98%54.71%-
HSV(B)165.35º62.56%79.61%-
XYZ31.7847.2346.47-
YUV161.49133.9267.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.85%
GREEN value IS 203 (79.69% from 255) = 45.01%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=16.85%
G=45.01%
B=38.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal762031720.6300.150.20165.3554.9854.71
Hex4CCBAC3F0F14a53737
Octal11431325477017242456767
Binary10011001100101110101100111111011111010010100101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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