#5CA19D

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

Shades of Cadet Blue #5CA19D

Tints of Cadet Blue #5CA19D

Color information

#5CA19D (or 0x5CA19D) is unknown color: approx Cadet Blue. HEX triplet: 5C, A1 and 9D. RGB value is (92,161,157). Sum of RGB (Red+Green+Blue) = 92+161+157=410 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.44% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA19D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA19D is #A35E62. Grayscale: #8B8B8B. Windows color (decimal): -10706531 or 10330460. OLE color: 10330460.

HSL color Cylindrical-coordinate representation of color #5CA19D: hue angle of 176.52º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5CA19D is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB92161157-
CMYK0.4300.020.37
HSL176.52º27.27%49.61%-
HSV(B)176.52º42.86%63.14%-
XYZ23.2430.236.5-
YUV139.91137.6493.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.44%
GREEN value IS 161 (63.28% from 255) = 39.27%
BLUE value IS 157 (61.72% from 255) = 38.29%
R=22.44%
G=39.27%
B=38.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal921611570.4300.020.37176.5227.2749.61
Hex5CA19D2B0225b11b32
Octal1342412355302452613362
Binary101110010100001100111011010110101001011011000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,161,157); }

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

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

 a { background-color: rgb(92,161,157); }

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

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

 span { border-color: rgb(92,161,157); }

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