#60BEAF

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

Shades of Puerto Rico #60BEAF

Tints of Puerto Rico #60BEAF

Color information

#60BEAF (or 0x60BEAF) is unknown color: approx Puerto Rico. HEX triplet: 60, BE and AF. RGB value is (96,190,175). Sum of RGB (Red+Green+Blue) = 96+190+175=461 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.82% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #60BEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BEAF is #9F4150. Grayscale: #A0A0A0. Windows color (decimal): -10436945 or 11517536. OLE color: 11517536.

HSL color Cylindrical-coordinate representation of color #60BEAF: hue angle of 170.43º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BEAF is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB96190175-
CMYK0.4900.080.25
HSL170.43º41.96%56.08%-
HSV(B)170.43º49.47%74.51%-
XYZ30.9842.4147.11-
YUV160.18136.3682.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.82%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 175 (68.75% from 255) = 37.96%
R=20.82%
G=41.21%
B=37.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961901750.4900.080.25170.4341.9656.08
Hex60BEAF310819aa2a38
Octal14027625761010312525270
Binary11000001011111010101111110001010001100110101010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,190,175); }

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

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

 a { background-color: rgb(96,190,175); }

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

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

 span { border-color: rgb(96,190,175); }

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