#60A79C

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

Shades of Cadet Blue #60A79C

Tints of Cadet Blue #60A79C

Color information

#60A79C (or 0x60A79C) is unknown color: approx Cadet Blue. HEX triplet: 60, A7 and 9C. RGB value is (96,167,156). Sum of RGB (Red+Green+Blue) = 96+167+156=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 167 - color contains mainly: green. Hex color #60A79C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A79C is #9F5863. Grayscale: #909090. Windows color (decimal): -10442852 or 10266464. OLE color: 10266464.

HSL color Cylindrical-coordinate representation of color #60A79C: hue angle of 170.7º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60A79C is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB96167156-
CMYK0.4300.070.35
HSL170.7º28.74%51.57%-
HSV(B)170.7º42.51%65.49%-
XYZ24.6432.5236.43-
YUV144.52134.4893.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.91%
GREEN value IS 167 (65.62% from 255) = 39.86%
BLUE value IS 156 (61.33% from 255) = 37.23%
R=22.91%
G=39.86%
B=37.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961671560.4300.070.35170.728.7451.57
Hex60A79C2B0723ab1d34
Octal1402472345307432533564
Binary1100000101001111001110010101101111000111010101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,167,156); }

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

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

 a { background-color: rgb(96,167,156); }

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

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

 span { border-color: rgb(96,167,156); }

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