Html Css Color HEX #5AA294 Cadet Blue

📋 copy color: '#5AA294'

red 90 ◦ green 162 ◦ blue 148

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

Shades of Cadet Blue #5AA294

Tints of Cadet Blue #5AA294

RGB

 RED value IS 90 (35.55% from 255) = 22.5%

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

 BLUE value IS 148 (58.2% from 255) = 37%

R = 22.5%
G = 40.5%
B = 37%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#5AA294 (or 0x5AA294) is known color: Cadet Blue. HEX triplet: 5A, A2 and 94. RGB value is (90,162,148). Sum of RGB (Red+Green+Blue) = 90+162+148=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA294 is #A55D6B. Grayscale: #8A8A8A. Windows color (decimal): -10837356 or 9740890. OLE color: 9740890.

HSL color Cylindrical-coordinate representation of color #5AA294: hue angle of 168.33º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA294 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 90 162 148 -
CMYK 0.44 0 0.09 0.36
HSL 168.33º 0.29% 0.49% -
HSV(B) 168.33º 0.44% 0.64% -
XYZ 22.48 30.15 32.65 -
YUV 138.88 133.15 93.14 -
System Red Green Blue C M Y K H S L
Decimal 90 162 148 0.44 0 0.09 0.36 168.33 0.29 0.49
Hex 5A A2 94 2C 0 9 24 A8 1D 31
Octal 132 242 224 54 0 11 44 250 35 61
Binary 1011010 10100010 10010100 101100 0 1001 100100 10101000 11101 110001

Color Harmonies of #5AA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA294

Black with #5AA294

Text Example


Text Example

White with #5AA294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,162,148); }

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

background-color css

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

 a { background-color: rgb(90,162,148); }

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

border-color css

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

 span { border-color: rgb(90,162,148); }

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