#60BFA7

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

Shades of Puerto Rico #60BFA7

Tints of Puerto Rico #60BFA7

Color information

#60BFA7 (or 0x60BFA7) is unknown color: approx Puerto Rico. HEX triplet: 60, BF and A7. RGB value is (96,191,167). Sum of RGB (Red+Green+Blue) = 96+191+167=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 167 (65.62% from 255 or 36.78% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #60BFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BFA7 is #9F4058. Grayscale: #9F9F9F. Windows color (decimal): -10436697 or 10993504. OLE color: 10993504.

HSL color Cylindrical-coordinate representation of color #60BFA7: hue angle of 164.84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BFA7 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB96191167-
CMYK0.5000.130.25
HSL164.84º42.6%56.27%-
HSV(B)164.84º49.74%74.9%-
XYZ30.4342.5443.17-
YUV159.86132.0382.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.15%
GREEN value IS 191 (75% from 255) = 42.07%
BLUE value IS 167 (65.62% from 255) = 36.78%
R=21.15%
G=42.07%
B=36.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961911670.5000.130.25164.8442.656.27
Hex60BFA7320D19a52b38
Octal14027724762015312455370
Binary11000001011111110100111110010011011100110100101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,191,167); }

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

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

 a { background-color: rgb(96,191,167); }

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

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

 span { border-color: rgb(96,191,167); }

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