#4CBAA6

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

Shades of Puerto Rico #4CBAA6

Tints of Puerto Rico #4CBAA6

Color information

#4CBAA6 (or 0x4CBAA6) is unknown color: approx Puerto Rico. HEX triplet: 4C, BA and A6. RGB value is (76,186,166). Sum of RGB (Red+Green+Blue) = 76+186+166=428 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.76% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBAA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBAA6 is #B34559. Grayscale: #969696. Windows color (decimal): -11748698 or 10926668. OLE color: 10926668.

HSL color Cylindrical-coordinate representation of color #4CBAA6: hue angle of 169.09º 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 #4CBAA6 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB76186166-
CMYK0.5900.110.27
HSL169.09º44.35%51.37%-
HSV(B)169.09º59.14%72.94%-
XYZ27.4239.4142.24-
YUV150.83136.5674.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.76%
GREEN value IS 186 (73.05% from 255) = 43.46%
BLUE value IS 166 (65.23% from 255) = 38.79%
R=17.76%
G=43.46%
B=38.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761861660.5900.110.27169.0944.3551.37
Hex4CBAA63B0B1Ba92c33
Octal11427224673013332515463
Binary10011001011101010100110111011010111101110101001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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