Html Css Color HEX #5BBA95 Keppel

📋 copy color: '#5BBA95'

red 91 ◦ green 186 ◦ blue 149

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

Shades of Keppel #5BBA95

Tints of Keppel #5BBA95

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.66%

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

R = 21.36%
G = 43.66%
B = 34.98%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#5BBA95 (or 0x5BBA95) is known color: Keppel. HEX triplet: 5B, BA and 95. RGB value is (91,186,149). Sum of RGB (Red+Green+Blue) = 91+186+149=426 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.36% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #5BBA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBA95 is #A4456A. Grayscale: #999999. Windows color (decimal): -10765675 or 9812571. OLE color: 9812571.

HSL color Cylindrical-coordinate representation of color #5BBA95: hue angle of 156.63º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BBA95 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 186 149 -
CMYK 0.51 0 0.20 0.27
HSL 156.63º 0.41% 0.54% -
HSV(B) 156.63º 0.51% 0.73% -
XYZ 27.3 39.51 34.62 -
YUV 153.38 125.53 83.51 -
System Red Green Blue C M Y K H S L
Decimal 91 186 149 0.51 0 0.20 0.27 156.63 0.41 0.54
Hex 5B BA 95 33 0 14 1B 9D 29 36
Octal 133 272 225 63 0 24 33 235 51 66
Binary 1011011 10111010 10010101 110011 0 10100 11011 10011101 101001 110110

Color Harmonies of #5BBA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBA95

Black with #5BBA95

Text Example


Text Example

White with #5BBA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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