#62AF96

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

Shades of Keppel #62AF96

Tints of Keppel #62AF96

Color information

#62AF96 (or 0x62AF96) is unknown color: approx Keppel. HEX triplet: 62, AF and 96. RGB value is (98,175,150). Sum of RGB (Red+Green+Blue) = 98+175+150=423 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.17% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #62AF96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AF96 is #9D5069. Grayscale: #959595. Windows color (decimal): -10309738 or 9875298. OLE color: 9875298.

HSL color Cylindrical-coordinate representation of color #62AF96: hue angle of 160.52º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62AF96 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB98175150-
CMYK0.4400.140.31
HSL160.52º32.49%53.53%-
HSV(B)160.52º44%68.63%-
XYZ25.8735.4634.33-
YUV149.13128.4991.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.17%
GREEN value IS 175 (68.75% from 255) = 41.37%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=23.17%
G=41.37%
B=35.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981751500.4400.140.31160.5232.4953.53
Hex62AF962C0E1Fa12036
Octal14225722654016372414066
Binary11000101010111110010110101100011101111110100001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62AF96; }

 p { color: rgb(98,175,150); }

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

<style>
 a { background-color: #62AF96; }

 a { background-color: rgb(98,175,150); }

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

<style>
 span { border-color: #62AF96; }

 span { border-color: rgb(98,175,150); }

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