#60AF92

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

Shades of Keppel #60AF92

Tints of Keppel #60AF92

Color information

#60AF92 (or 0x60AF92) is unknown color: approx Keppel. HEX triplet: 60, AF and 92. RGB value is (96,175,146). Sum of RGB (Red+Green+Blue) = 96+175+146=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AF92 is #9F506D. Grayscale: #949494. Windows color (decimal): -10440814 or 9613152. OLE color: 9613152.

HSL color Cylindrical-coordinate representation of color #60AF92: hue angle of 157.97º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AF92 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB96175146-
CMYK0.4500.170.31
HSL157.97º33.05%53.14%-
HSV(B)157.97º45.14%68.63%-
XYZ25.3435.2232.66-
YUV148.07126.8390.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.02%
GREEN value IS 175 (68.75% from 255) = 41.97%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=23.02%
G=41.97%
B=35.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961751460.4500.170.31157.9733.0553.14
Hex60AF922D0111F9e2135
Octal14025722255021372364165
Binary110000010101111100100101011010100011111110011110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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