#60BAAE

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

Shades of Puerto Rico #60BAAE

Tints of Puerto Rico #60BAAE

Color information

#60BAAE (or 0x60BAAE) is unknown color: approx Puerto Rico. HEX triplet: 60, BA and AE. RGB value is (96,186,174). Sum of RGB (Red+Green+Blue) = 96+186+174=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #60BAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BAAE is #9F4551. Grayscale: #9D9D9D. Windows color (decimal): -10437970 or 11450976. OLE color: 11450976.

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

Color convert

RGB96186174-
CMYK0.4800.060.27
HSL172º39.47%55.29%-
HSV(B)172º48.39%72.94%-
XYZ30.0240.6646.31-
YUV157.72137.1883.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.05%
GREEN value IS 186 (73.05% from 255) = 40.79%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=21.05%
G=40.79%
B=38.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961861740.4800.060.2717239.4755.29
Hex60BAAE30061Bac2737
Octal1402722566006332544767
Binary1100000101110101010111011000001101101110101100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,186,174); }

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

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

 a { background-color: rgb(96,186,174); }

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

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

 span { border-color: rgb(96,186,174); }

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