#60BDB0

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

Shades of Puerto Rico #60BDB0

Tints of Puerto Rico #60BDB0

Color information

#60BDB0 (or 0x60BDB0) is unknown color: approx Puerto Rico. HEX triplet: 60, BD and B0. RGB value is (96,189,176). Sum of RGB (Red+Green+Blue) = 96+189+176=461 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.82% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #60BDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BDB0 is #9F424F. Grayscale: #9F9F9F. Windows color (decimal): -10437200 or 11582816. OLE color: 11582816.

HSL color Cylindrical-coordinate representation of color #60BDB0: hue angle of 171.61º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BDB0 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB96189176-
CMYK0.4900.070.26
HSL171.61º41.33%55.88%-
HSV(B)171.61º49.21%74.12%-
XYZ30.8642.0247.56-
YUV159.71137.1982.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.82%
GREEN value IS 189 (74.22% from 255) = 41.00%
BLUE value IS 176 (69.14% from 255) = 38.18%
R=20.82%
G=41.00%
B=38.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961891760.4900.070.26171.6141.3355.88
Hex60BDB031071Aac2938
Octal1402752606107322545170
Binary1100000101111011011000011000101111101010101100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,189,176); }

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

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

 a { background-color: rgb(96,189,176); }

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

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

 span { border-color: rgb(96,189,176); }

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