#62A5A2

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

Shades of Cadet Blue #62A5A2

Tints of Cadet Blue #62A5A2

Color information

#62A5A2 (or 0x62A5A2) is unknown color: approx Cadet Blue. HEX triplet: 62, A5 and A2. RGB value is (98,165,162). Sum of RGB (Red+Green+Blue) = 98+165+162=425 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.06% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 165 - color contains mainly: green. Hex color #62A5A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A5A2 is #9D5A5D. Grayscale: #909090. Windows color (decimal): -10312286 or 10659170. OLE color: 10659170.

HSL color Cylindrical-coordinate representation of color #62A5A2: hue angle of 177.31º degrees, saturation: 0.27, 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 #62A5A2 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB98165162-
CMYK0.4100.020.35
HSL177.31º27.13%51.57%-
HSV(B)177.31º40.61%64.71%-
XYZ25.0132.1239.06-
YUV144.62137.894.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.06%
GREEN value IS 165 (64.84% from 255) = 38.82%
BLUE value IS 162 (63.67% from 255) = 38.12%
R=23.06%
G=38.82%
B=38.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal981651620.4100.020.35177.3127.1351.57
Hex62A5A2290223b11b34
Octal1422452425102432613364
Binary110001010100101101000101010010101000111011000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,165,162); }

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

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

 a { background-color: rgb(98,165,162); }

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

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

 span { border-color: rgb(98,165,162); }

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