Html Css Color HEX #5BA398 Cadet Blue

📋 copy color: '#5BA398'

red 91 ◦ green 163 ◦ blue 152

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

Shades of Cadet Blue #5BA398

Tints of Cadet Blue #5BA398

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.15%

 BLUE value IS 152 (59.77% from 255) = 37.44%

R = 22.41%
G = 40.15%
B = 37.44%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#5BA398 (or 0x5BA398) is known color: Cadet Blue. HEX triplet: 5B, A3 and 98. RGB value is (91,163,152). Sum of RGB (Red+Green+Blue) = 91+163+152=406 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.41% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA398 is #A45C67. Grayscale: #8C8C8C. Windows color (decimal): -10771560 or 10003291. OLE color: 10003291.

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

Color convert

RGB 91 163 152 -
CMYK 0.44 0 0.07 0.36
HSL 170.83º 0.28% 0.5% -
HSV(B) 170.83º 0.44% 0.64% -
XYZ 23.08 30.69 34.41 -
YUV 140.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 91 163 152 0.44 0 0.07 0.36 170.83 0.28 0.5
Hex 5B A3 98 2C 0 7 24 AB 1C 32
Octal 133 243 230 54 0 7 44 253 34 62
Binary 1011011 10100011 10011000 101100 0 111 100100 10101011 11100 110010

Color Harmonies of #5BA398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA398

Black with #5BA398

Text Example


Text Example

White with #5BA398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,163,152); }

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

background-color css

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

 a { background-color: rgb(91,163,152); }

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

border-color css

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

 span { border-color: rgb(91,163,152); }

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