#60bcb2

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

Shades of Puerto Rico #60BCB2

Tints of Puerto Rico #60BCB2

Color information

#60BCB2 (or 0x60BCB2) is unknown color: approx Puerto Rico. HEX triplet: 60, BC and B2. RGB value is (96,188,178). Sum of RGB (Red+Green+Blue) = 96+188+178=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #60BCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BCB2 is #9F434D. Grayscale: #9F9F9F. Windows color (decimal): -10437454 or 11713632. OLE color: 11713632.

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

Color convert

RGB96188178-
CMYK0.4900.050.26
HSL173.48º40.71%55.69%-
HSV(B)173.48º48.94%73.73%-
XYZ30.8441.6748.54-
YUV159.35138.5282.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.78%
GREEN value IS 188 (73.83% from 255) = 40.69%
BLUE value IS 178 (69.92% from 255) = 38.53%
R=20.78%
G=40.69%
B=38.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961881780.4900.050.26173.4840.7155.69
Hex60BCB231051Aad2938
Octal1402742626105322555170
Binary1100000101111001011001011000101011101010101101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60bcb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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