#62A695

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

Shades of Keppel #62A695

Tints of Keppel #62A695

Color information

#62A695 (or 0x62A695) is unknown color: approx Keppel. HEX triplet: 62, A6 and 95. RGB value is (98,166,149). Sum of RGB (Red+Green+Blue) = 98+166+149=413 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.73% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 166 - color contains mainly: green. Hex color #62A695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A695 is #9D596A. Grayscale: #8F8F8F. Windows color (decimal): -10312043 or 9807458. OLE color: 9807458.

HSL color Cylindrical-coordinate representation of color #62A695: hue angle of 165º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62A695 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB98166149-
CMYK0.4100.100.35
HSL165º27.64%51.76%-
HSV(B)165º40.96%65.1%-
XYZ24.132.0433.35-
YUV143.73130.9795.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.73%
GREEN value IS 166 (65.23% from 255) = 40.19%
BLUE value IS 149 (58.59% from 255) = 36.08%
R=23.73%
G=40.19%
B=36.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal981661490.4100.100.3516527.6451.76
Hex62A695290A23a51c34
Octal14224622551012432453464
Binary11000101010011010010101101001010101000111010010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,166,149); }

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

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

 a { background-color: rgb(98,166,149); }

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

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

 span { border-color: rgb(98,166,149); }

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