#60A69E

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

Shades of Cadet Blue #60A69E

Tints of Cadet Blue #60A69E

Color information

#60A69E (or 0x60A69E) is unknown color: approx Cadet Blue. HEX triplet: 60, A6 and 9E. RGB value is (96,166,158). Sum of RGB (Red+Green+Blue) = 96+166+158=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 166 - color contains mainly: green. Hex color #60A69E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A69E is #9F5961. Grayscale: #909090. Windows color (decimal): -10443106 or 10397280. OLE color: 10397280.

HSL color Cylindrical-coordinate representation of color #60A69E: hue angle of 173.14º 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 #60A69E is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB96166158-
CMYK0.4200.050.35
HSL173.14º28.23%51.37%-
HSV(B)173.14º42.17%65.1%-
XYZ24.6332.2337.27-
YUV144.16135.8193.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.86%
GREEN value IS 166 (65.23% from 255) = 39.52%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=22.86%
G=39.52%
B=37.62%

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
Decimal961661580.4200.050.35173.1428.2351.37
Hex60A69E2A0523ad1c33
Octal1402462365205432553463
Binary1100000101001101001111010101001011000111010110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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