Html Css Color HEX #5BA195 Cadet Blue

📋 copy color: '#5BA195'

red 91 ◦ green 161 ◦ blue 149

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

Shades of Cadet Blue #5BA195

Tints of Cadet Blue #5BA195

RGB

 RED value IS 91 (35.94% from 255) = 22.69%

 GREEN value IS 161 (63.28% from 255) = 40.15%

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

R = 22.69%
G = 40.15%
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

#5BA195 (or 0x5BA195) is known color: Cadet Blue. HEX triplet: 5B, A1 and 95. RGB value is (91,161,149). Sum of RGB (Red+Green+Blue) = 91+161+149=401 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.69% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA195 is #A45E6A. Grayscale: #8A8A8A. Windows color (decimal): -10772075 or 9806171. OLE color: 9806171.

HSL color Cylindrical-coordinate representation of color #5BA195: hue angle of 169.71º degrees, saturation: 0.28, 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 #5BA195 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 91 161 149 -
CMYK 0.43 0 0.07 0.37
HSL 169.71º 0.28% 0.49% -
HSV(B) 169.71º 0.43% 0.63% -
XYZ 22.48 29.88 33.02 -
YUV 138.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 91 161 149 0.43 0 0.07 0.37 169.71 0.28 0.49
Hex 5B A1 95 2B 0 7 25 AA 1C 31
Octal 133 241 225 53 0 7 45 252 34 61
Binary 1011011 10100001 10010101 101011 0 111 100101 10101010 11100 110001

Color Harmonies of #5BA195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA195

Black with #5BA195

Text Example


Text Example

White with #5BA195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,161,149); }

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

background-color css

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

 a { background-color: rgb(91,161,149); }

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

border-color css

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

 span { border-color: rgb(91,161,149); }

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