#60BAAF

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

Shades of Puerto Rico #60BAAF

Tints of Puerto Rico #60BAAF

Color information

#60BAAF (or 0x60BAAF) is unknown color: approx Puerto Rico. HEX triplet: 60, BA and AF. RGB value is (96,186,175). Sum of RGB (Red+Green+Blue) = 96+186+175=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #60BAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BAAF is #9F4550. Grayscale: #9D9D9D. Windows color (decimal): -10437969 or 11516512. OLE color: 11516512.

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

Color convert

RGB96186175-
CMYK0.4800.060.27
HSL172.67º39.47%55.29%-
HSV(B)172.67º48.39%72.94%-
XYZ30.1240.746.83-
YUV157.84137.6883.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.01%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=21.01%
G=40.70%
B=38.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961861750.4800.060.27172.6739.4755.29
Hex60BAAF30061Bad2737
Octal1402722576006332554767
Binary1100000101110101010111111000001101101110101101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,186,175); }

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

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

 a { background-color: rgb(96,186,175); }

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

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

 span { border-color: rgb(96,186,175); }

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