#60BFA4

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

Shades of Puerto Rico #60BFA4

Tints of Puerto Rico #60BFA4

Color information

#60BFA4 (or 0x60BFA4) is unknown color: approx Puerto Rico. HEX triplet: 60, BF and A4. RGB value is (96,191,164). Sum of RGB (Red+Green+Blue) = 96+191+164=451 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.29% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #60BFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BFA4 is #9F405B. Grayscale: #9F9F9F. Windows color (decimal): -10436700 or 10796896. OLE color: 10796896.

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

Color convert

RGB96191164-
CMYK0.5000.140.25
HSL162.95º42.6%56.27%-
HSV(B)162.95º49.74%74.9%-
XYZ30.1642.4341.72-
YUV159.52130.5382.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.29%
GREEN value IS 191 (75% from 255) = 42.35%
BLUE value IS 164 (64.45% from 255) = 36.36%
R=21.29%
G=42.35%
B=36.36%

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
Decimal961911640.5000.140.25162.9542.656.27
Hex60BFA4320E19a32b38
Octal14027724462016312435370
Binary11000001011111110100100110010011101100110100011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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