#60BCA8

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

Shades of Puerto Rico #60BCA8

Tints of Puerto Rico #60BCA8

Color information

#60BCA8 (or 0x60BCA8) is unknown color: approx Puerto Rico. HEX triplet: 60, BC and A8. RGB value is (96,188,168). Sum of RGB (Red+Green+Blue) = 96+188+168=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #60BCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BCA8 is #9F4357. Grayscale: #9E9E9E. Windows color (decimal): -10437464 or 11058272. OLE color: 11058272.

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

Color convert

RGB96188168-
CMYK0.4900.110.26
HSL166.96º40.71%55.69%-
HSV(B)166.96º48.94%73.73%-
XYZ29.8741.2843.44-
YUV158.21133.5283.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.24%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 168 (66.02% from 255) = 37.17%
R=21.24%
G=41.59%
B=37.17%

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
Decimal961881680.4900.110.26166.9640.7155.69
Hex60BCA8310B1Aa72938
Octal14027425061013322475170
Binary11000001011110010101000110001010111101010100111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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