#60BDA8

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

Shades of Puerto Rico #60BDA8

Tints of Puerto Rico #60BDA8

Color information

#60BDA8 (or 0x60BDA8) is unknown color: approx Puerto Rico. HEX triplet: 60, BD and A8. RGB value is (96,189,168). Sum of RGB (Red+Green+Blue) = 96+189+168=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #60BDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BDA8 is #9F4257. Grayscale: #9E9E9E. Windows color (decimal): -10437208 or 11058528. OLE color: 11058528.

HSL color Cylindrical-coordinate representation of color #60BDA8: hue angle of 166.45º 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 #60BDA8 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB96189168-
CMYK0.4900.110.26
HSL166.45º41.33%55.88%-
HSV(B)166.45º49.21%74.12%-
XYZ30.0941.7143.51-
YUV158.8133.1983.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.19%
GREEN value IS 189 (74.22% from 255) = 41.72%
BLUE value IS 168 (66.02% from 255) = 37.09%
R=21.19%
G=41.72%
B=37.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961891680.4900.110.26166.4541.3355.88
Hex60BDA8310B1Aa62938
Octal14027525061013322465170
Binary11000001011110110101000110001010111101010100110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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