#60A3AA

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

Shades of Cadet Blue #60A3AA

Tints of Cadet Blue #60A3AA

Color information

#60A3AA (or 0x60A3AA) is unknown color: approx Cadet Blue. HEX triplet: 60, A3 and AA. RGB value is (96,163,170). Sum of RGB (Red+Green+Blue) = 96+163+170=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #60A3AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A3AA is #9F5C55. Grayscale: #8F8F8F. Windows color (decimal): -10443862 or 11182944. OLE color: 11182944.

HSL color Cylindrical-coordinate representation of color #60A3AA: hue angle of 185.68º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60A3AA is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96163170-
CMYK0.440.0400.33
HSL185.68º30.33%52.16%-
HSV(B)185.68º43.53%66.67%-
XYZ25.1831.5842.8-
YUV143.76142.893.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.38%
GREEN value IS 163 (64.06% from 255) = 38.00%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=22.38%
G=38.00%
B=39.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961631700.440.0400.33185.6830.3352.16
Hex60A3AA2C4021ba1e34
Octal1402432525440412723664
Binary1100000101000111010101010110010001000011011101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,163,170); }

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

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

 a { background-color: rgb(96,163,170); }

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

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

 span { border-color: rgb(96,163,170); }

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