#60B9A6

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

Shades of Puerto Rico #60B9A6

Tints of Puerto Rico #60B9A6

Color information

#60B9A6 (or 0x60B9A6) is unknown color: approx Puerto Rico. HEX triplet: 60, B9 and A6. RGB value is (96,185,166). Sum of RGB (Red+Green+Blue) = 96+185+166=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 185 - color contains mainly: green. Hex color #60B9A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B9A6 is #9F4659. Grayscale: #9C9C9C. Windows color (decimal): -10438234 or 10926432. OLE color: 10926432.

HSL color Cylindrical-coordinate representation of color #60B9A6: hue angle of 167.19º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B9A6 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB96185166-
CMYK0.4800.100.27
HSL167.19º38.86%55.1%-
HSV(B)167.19º48.11%72.55%-
XYZ29.0639.9442.25-
YUV156.22133.5185.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.48%
GREEN value IS 185 (72.66% from 255) = 41.39%
BLUE value IS 166 (65.23% from 255) = 37.14%
R=21.48%
G=41.39%
B=37.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961851660.4800.100.27167.1938.8655.1
Hex60B9A6300A1Ba72737
Octal14027124660012332474767
Binary11000001011100110100110110000010101101110100111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,185,166); }

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

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

 a { background-color: rgb(96,185,166); }

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

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

 span { border-color: rgb(96,185,166); }

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