#60B8AD

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

Shades of Puerto Rico #60B8AD

Tints of Puerto Rico #60B8AD

Color information

#60B8AD (or 0x60B8AD) is unknown color: approx Puerto Rico. HEX triplet: 60, B8 and AD. RGB value is (96,184,173). Sum of RGB (Red+Green+Blue) = 96+184+173=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #60B8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B8AD is #9F4752. Grayscale: #9C9C9C. Windows color (decimal): -10438483 or 11384928. OLE color: 11384928.

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

Color convert

RGB96184173-
CMYK0.4800.060.28
HSL172.5º38.26%54.9%-
HSV(B)172.5º47.83%72.16%-
XYZ29.5139.7845.66-
YUV156.43137.3584.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.19%
GREEN value IS 184 (72.27% from 255) = 40.62%
BLUE value IS 173 (67.97% from 255) = 38.19%
R=21.19%
G=40.62%
B=38.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal961841730.4800.060.28172.538.2654.9
Hex60B8AD30061Cac2637
Octal1402702556006342544667
Binary1100000101110001010110111000001101110010101100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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