#5CA69C

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

Shades of Cadet Blue #5CA69C

Tints of Cadet Blue #5CA69C

Color information

#5CA69C (or 0x5CA69C) is unknown color: approx Cadet Blue. HEX triplet: 5C, A6 and 9C. RGB value is (92,166,156). Sum of RGB (Red+Green+Blue) = 92+166+156=414 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.22% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA69C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA69C is #A35963. Grayscale: #8E8E8E. Windows color (decimal): -10705252 or 10266204. OLE color: 10266204.

HSL color Cylindrical-coordinate representation of color #5CA69C: hue angle of 171.89º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA69C is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB92166156-
CMYK0.4500.060.35
HSL171.89º29.37%50.59%-
HSV(B)171.89º44.58%65.1%-
XYZ24.0531.9536.35-
YUV142.73135.4891.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.22%
GREEN value IS 166 (65.23% from 255) = 40.10%
BLUE value IS 156 (61.33% from 255) = 37.68%
R=22.22%
G=40.10%
B=37.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal921661560.4500.060.35171.8929.3750.59
Hex5CA69C2D0623ac1d33
Octal1342462345506432543563
Binary1011100101001101001110010110101101000111010110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CA69C; }

 p { color: rgb(92,166,156); }

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

<style>
 a { background-color: #5CA69C; }

 a { background-color: rgb(92,166,156); }

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

<style>
 span { border-color: #5CA69C; }

 span { border-color: rgb(92,166,156); }

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