Html Css Color HEX #5CA095 Cadet Blue

📋 copy color: '#5CA095'

red 92 ◦ green 160 ◦ blue 149

#5CA095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #5CA095

Tints of Cadet Blue #5CA095

RGB

 RED value IS 92 (36.33% from 255) = 22.94%

 GREEN value IS 160 (62.89% from 255) = 39.9%

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 22.94%
G = 39.9%
B = 37.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#5CA095 (or 0x5CA095) is known color: Cadet Blue. HEX triplet: 5C, A0 and 95. RGB value is (92,160,149). Sum of RGB (Red+Green+Blue) = 92+160+149=401 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.94% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 160 - color contains mainly: green. Hex color #5CA095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA095 is #A35F6A. Grayscale: #8A8A8A. Windows color (decimal): -10706795 or 9805916. OLE color: 9805916.

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

Color convert

RGB 92 160 149 -
CMYK 0.43 0 0.07 0.37
HSL 170.29º 0.27% 0.49% -
HSV(B) 170.29º 0.43% 0.63% -
XYZ 22.41 29.59 32.96 -
YUV 138.41 133.97 94.89 -
System Red Green Blue C M Y K H S L
Decimal 92 160 149 0.43 0 0.07 0.37 170.29 0.27 0.49
Hex 5C A0 95 2B 0 7 25 AA 1B 31
Octal 134 240 225 53 0 7 45 252 33 61
Binary 1011100 10100000 10010101 101011 0 111 100101 10101010 11011 110001

Color Harmonies of #5CA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA095

Black with #5CA095

Text Example


Text Example

White with #5CA095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,160,149); }

 H1.HeaderClassName
 {
   color: #5CA095;
 }
 .AnyTagClassName
 {
   color: #5CA095;
 }
</style>

background-color css

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

 a { background-color: rgb(92,160,149); }

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

border-color css

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

 span { border-color: rgb(92,160,149); }

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