#60BFA5

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

Shades of Puerto Rico #60BFA5

Tints of Puerto Rico #60BFA5

Color information

#60BFA5 (or 0x60BFA5) is unknown color: approx Puerto Rico. HEX triplet: 60, BF and A5. RGB value is (96,191,165). Sum of RGB (Red+Green+Blue) = 96+191+165=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #60BFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BFA5 is #9F405A. Grayscale: #9F9F9F. Windows color (decimal): -10436699 or 10862432. OLE color: 10862432.

HSL color Cylindrical-coordinate representation of color #60BFA5: hue angle of 163.58º 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 #60BFA5 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB96191165-
CMYK0.5000.140.25
HSL163.58º42.6%56.27%-
HSV(B)163.58º49.74%74.9%-
XYZ30.2542.4742.2-
YUV159.63131.0382.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.24%
GREEN value IS 191 (75% from 255) = 42.26%
BLUE value IS 165 (64.84% from 255) = 36.50%
R=21.24%
G=42.26%
B=36.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961911650.5000.140.25163.5842.656.27
Hex60BFA5320E19a42b38
Octal14027724562016312445370
Binary11000001011111110100101110010011101100110100100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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