#60A69D

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

Shades of Cadet Blue #60A69D

Tints of Cadet Blue #60A69D

Color information

#60A69D (or 0x60A69D) is unknown color: approx Cadet Blue. HEX triplet: 60, A6 and 9D. RGB value is (96,166,157). Sum of RGB (Red+Green+Blue) = 96+166+157=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 166 - color contains mainly: green. Hex color #60A69D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A69D is #9F5962. Grayscale: #909090. Windows color (decimal): -10443107 or 10331744. OLE color: 10331744.

HSL color Cylindrical-coordinate representation of color #60A69D: hue angle of 172.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A69D is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB96166157-
CMYK0.4200.050.35
HSL172.29º28.23%51.37%-
HSV(B)172.29º42.17%65.1%-
XYZ24.5532.1936.82-
YUV144.04135.3193.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.91%
GREEN value IS 166 (65.23% from 255) = 39.62%
BLUE value IS 157 (61.72% from 255) = 37.47%
R=22.91%
G=39.62%
B=37.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961661570.4200.050.35172.2928.2351.37
Hex60A69D2A0523ac1c33
Octal1402462355205432543463
Binary1100000101001101001110110101001011000111010110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,166,157); }

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

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

 a { background-color: rgb(96,166,157); }

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

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

 span { border-color: rgb(96,166,157); }

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