#60BFA0

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

Shades of Keppel #60BFA0

Tints of Keppel #60BFA0

Color information

#60BFA0 (or 0x60BFA0) is unknown color: approx Keppel. HEX triplet: 60, BF and A0. RGB value is (96,191,160). Sum of RGB (Red+Green+Blue) = 96+191+160=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #60BFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BFA0 is #9F405F. Grayscale: #9F9F9F. Windows color (decimal): -10436704 or 10534752. OLE color: 10534752.

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

Color convert

RGB96191160-
CMYK0.5000.160.25
HSL160.42º42.6%56.27%-
HSV(B)160.42º49.74%74.9%-
XYZ29.842.2939.85-
YUV159.06128.5383.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.48%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 160 (62.89% from 255) = 35.79%
R=21.48%
G=42.73%
B=35.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961911600.5000.160.25160.4242.656.27
Hex60BFA03201019a02b38
Octal14027724062020312405370
Binary110000010111111101000001100100100001100110100000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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