#62BC9F

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

Shades of Keppel #62BC9F

Tints of Keppel #62BC9F

Color information

#62BC9F (or 0x62BC9F) is unknown color: approx Keppel. HEX triplet: 62, BC and 9F. RGB value is (98,188,159). Sum of RGB (Red+Green+Blue) = 98+188+159=445 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.02% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #62BC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BC9F is #9D4360. Grayscale: #9D9D9D. Windows color (decimal): -10306401 or 10468450. OLE color: 10468450.

HSL color Cylindrical-coordinate representation of color #62BC9F: hue angle of 160.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BC9F is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB98188159-
CMYK0.4800.150.26
HSL160.67º40.18%56.08%-
HSV(B)160.67º47.87%73.73%-
XYZ29.2841.0739.18-
YUV157.78128.6885.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.02%
GREEN value IS 188 (73.83% from 255) = 42.25%
BLUE value IS 159 (62.5% from 255) = 35.73%
R=22.02%
G=42.25%
B=35.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal981881590.4800.150.26160.6740.1856.08
Hex62BC9F300F1Aa12838
Octal14227423760017322415070
Binary11000101011110010011111110000011111101010100001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,188,159); }

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

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

 a { background-color: rgb(98,188,159); }

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

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

 span { border-color: rgb(98,188,159); }

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