#60B8A6

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

Shades of Puerto Rico #60B8A6

Tints of Puerto Rico #60B8A6

Color information

#60B8A6 (or 0x60B8A6) is unknown color: approx Puerto Rico. HEX triplet: 60, B8 and A6. RGB value is (96,184,166). Sum of RGB (Red+Green+Blue) = 96+184+166=446 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.52% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 184 - color contains mainly: green. Hex color #60B8A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B8A6 is #9F4759. Grayscale: #9B9B9B. Windows color (decimal): -10438490 or 10926176. OLE color: 10926176.

HSL color Cylindrical-coordinate representation of color #60B8A6: hue angle of 167.73º 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 #60B8A6 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB96184166-
CMYK0.4800.100.28
HSL167.73º38.26%54.9%-
HSV(B)167.73º47.83%72.16%-
XYZ28.8539.5242.18-
YUV155.64133.8585.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.52%
GREEN value IS 184 (72.27% from 255) = 41.26%
BLUE value IS 166 (65.23% from 255) = 37.22%
R=21.52%
G=41.26%
B=37.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal961841660.4800.100.28167.7338.2654.9
Hex60B8A6300A1Ca82637
Octal14027024660012342504667
Binary11000001011100010100110110000010101110010101000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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