#5CA69F

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

Shades of Cadet Blue #5CA69F

Tints of Cadet Blue #5CA69F

Color information

#5CA69F (or 0x5CA69F) is unknown color: approx Cadet Blue. HEX triplet: 5C, A6 and 9F. RGB value is (92,166,159). Sum of RGB (Red+Green+Blue) = 92+166+159=417 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.06% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA69F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA69F is #A35960. Grayscale: #8F8F8F. Windows color (decimal): -10705249 or 10462812. OLE color: 10462812.

HSL color Cylindrical-coordinate representation of color #5CA69F: hue angle of 174.32º 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 #5CA69F is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB92166159-
CMYK0.4500.040.35
HSL174.32º29.37%50.59%-
HSV(B)174.32º44.58%65.1%-
XYZ24.3132.0537.71-
YUV143.08136.9891.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.06%
GREEN value IS 166 (65.23% from 255) = 39.81%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=22.06%
G=39.81%
B=38.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal921661590.4500.040.35174.3229.3750.59
Hex5CA69F2D0423ae1d33
Octal1342462375504432563563
Binary1011100101001101001111110110101001000111010111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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