#60BCAD

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

Shades of Puerto Rico #60BCAD

Tints of Puerto Rico #60BCAD

Color information

#60BCAD (or 0x60BCAD) is unknown color: approx Puerto Rico. HEX triplet: 60, BC and AD. RGB value is (96,188,173). Sum of RGB (Red+Green+Blue) = 96+188+173=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #60BCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BCAD is #9F4352. Grayscale: #9E9E9E. Windows color (decimal): -10437459 or 11385952. OLE color: 11385952.

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

Color convert

RGB96188173-
CMYK0.4900.080.26
HSL170.22º40.71%55.69%-
HSV(B)170.22º48.94%73.73%-
XYZ30.3541.4745.94-
YUV158.78136.0283.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.01%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=21.01%
G=41.14%
B=37.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961881730.4900.080.26170.2240.7155.69
Hex60BCAD31081Aaa2938
Octal14027425561010322525170
Binary11000001011110010101101110001010001101010101010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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