#60C1B0

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

Shades of Puerto Rico #60C1B0

Tints of Puerto Rico #60C1B0

Color information

#60C1B0 (or 0x60C1B0) is unknown color: approx Puerto Rico. HEX triplet: 60, C1 and B0. RGB value is (96,193,176). Sum of RGB (Red+Green+Blue) = 96+193+176=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #60C1B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C1B0 is #9F3E4F. Grayscale: #A2A2A2. Windows color (decimal): -10436176 or 11583840. OLE color: 11583840.

HSL color Cylindrical-coordinate representation of color #60C1B0: hue angle of 169.48º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C1B0 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB96193176-
CMYK0.5000.090.24
HSL169.48º43.89%56.67%-
HSV(B)169.48º50.26%75.69%-
XYZ31.7343.7647.85-
YUV162.06135.8680.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.65%
GREEN value IS 193 (75.78% from 255) = 41.51%
BLUE value IS 176 (69.14% from 255) = 37.85%
R=20.65%
G=41.51%
B=37.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal961931760.5000.090.24169.4843.8956.67
Hex60C1B0320918a92c39
Octal14030126062011302515471
Binary11000001100000110110000110010010011100010101001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,193,176); }

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

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

 a { background-color: rgb(96,193,176); }

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

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

 span { border-color: rgb(96,193,176); }

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