#60BBAA

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

Shades of Puerto Rico #60BBAA

Tints of Puerto Rico #60BBAA

Color information

#60BBAA (or 0x60BBAA) is unknown color: approx Puerto Rico. HEX triplet: 60, BB and AA. RGB value is (96,187,170). Sum of RGB (Red+Green+Blue) = 96+187+170=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #60BBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BBAA is #9F4455. Grayscale: #9D9D9D. Windows color (decimal): -10437718 or 11189088. OLE color: 11189088.

HSL color Cylindrical-coordinate representation of color #60BBAA: hue angle of 168.79º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BBAA is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB96187170-
CMYK0.4900.090.27
HSL168.79º40.09%55.49%-
HSV(B)168.79º48.66%73.33%-
XYZ29.8540.9344.36-
YUV157.85134.8583.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.19%
GREEN value IS 187 (73.44% from 255) = 41.28%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=21.19%
G=41.28%
B=37.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961871700.4900.090.27168.7940.0955.49
Hex60BBAA31091Ba92837
Octal14027325261011332515067
Binary11000001011101110101010110001010011101110101001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60BBAA; }

 p { color: rgb(96,187,170); }

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

<style>
 a { background-color: #60BBAA; }

 a { background-color: rgb(96,187,170); }

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

<style>
 span { border-color: #60BBAA; }

 span { border-color: rgb(96,187,170); }

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