Html Css Color HEX #5CA296 Cadet Blue

📋 copy color: '#5CA296'

red 92 ◦ green 162 ◦ blue 150

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

Shades of Cadet Blue #5CA296

Tints of Cadet Blue #5CA296

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.1%

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 22.77%
G = 40.1%
B = 37.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#5CA296 (or 0x5CA296) is known color: Cadet Blue. HEX triplet: 5C, A2 and 96. RGB value is (92,162,150). Sum of RGB (Red+Green+Blue) = 92+162+150=404 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.77% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA296 is #A35D69. Grayscale: #8B8B8B. Windows color (decimal): -10706282 or 9871964. OLE color: 9871964.

HSL color Cylindrical-coordinate representation of color #5CA296: hue angle of 169.71º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5CA296 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 92 162 150 -
CMYK 0.43 0 0.07 0.36
HSL 169.71º 0.28% 0.5% -
HSV(B) 169.71º 0.43% 0.64% -
XYZ 22.84 30.32 33.5 -
YUV 139.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 92 162 150 0.43 0 0.07 0.36 169.71 0.28 0.5
Hex 5C A2 96 2B 0 7 24 AA 1C 32
Octal 134 242 226 53 0 7 44 252 34 62
Binary 1011100 10100010 10010110 101011 0 111 100100 10101010 11100 110010

Color Harmonies of #5CA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA296

Black with #5CA296

Text Example


Text Example

White with #5CA296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,162,150); }

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

background-color css

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

 a { background-color: rgb(92,162,150); }

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

border-color css

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

 span { border-color: rgb(92,162,150); }

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