#4CBAA0

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

Shades of Puerto Rico #4CBAA0

Tints of Puerto Rico #4CBAA0

Color information

#4CBAA0 (or 0x4CBAA0) is unknown color: approx Puerto Rico. HEX triplet: 4C, BA and A0. RGB value is (76,186,160). Sum of RGB (Red+Green+Blue) = 76+186+160=422 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.01% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBAA0 is #B3455F. Grayscale: #969696. Windows color (decimal): -11748704 or 10533452. OLE color: 10533452.

HSL color Cylindrical-coordinate representation of color #4CBAA0: hue angle of 165.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CBAA0 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB76186160-
CMYK0.5900.140.27
HSL165.82º44.35%51.37%-
HSV(B)165.82º59.14%72.94%-
XYZ26.8839.1939.41-
YUV150.15133.5675.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.01%
GREEN value IS 186 (73.05% from 255) = 44.08%
BLUE value IS 160 (62.89% from 255) = 37.91%
R=18.01%
G=44.08%
B=37.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761861600.5900.140.27165.8244.3551.37
Hex4CBAA03B0E1Ba62c33
Octal11427224073016332465463
Binary10011001011101010100000111011011101101110100110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,186,160); }

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

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

 a { background-color: rgb(76,186,160); }

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

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

 span { border-color: rgb(76,186,160); }

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