Html Css Color HEX #5BBD96 Keppel

📋 copy color: '#5BBD96'

red 91 ◦ green 189 ◦ blue 150

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

Shades of Keppel #5BBD96

Tints of Keppel #5BBD96

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.95%

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

R = 21.16%
G = 43.95%
B = 34.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#5BBD96 (or 0x5BBD96) is known color: Keppel. HEX triplet: 5B, BD and 96. RGB value is (91,189,150). Sum of RGB (Red+Green+Blue) = 91+189+150=430 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.16% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBD96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBD96 is #A44269. Grayscale: #9B9B9B. Windows color (decimal): -10764906 or 9878875. OLE color: 9878875.

HSL color Cylindrical-coordinate representation of color #5BBD96: hue angle of 156.12º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBD96 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 189 150 -
CMYK 0.52 0 0.21 0.26
HSL 156.12º 0.43% 0.55% -
HSV(B) 156.12º 0.52% 0.74% -
XYZ 28.02 40.82 35.26 -
YUV 155.25 125.03 82.17 -
System Red Green Blue C M Y K H S L
Decimal 91 189 150 0.52 0 0.21 0.26 156.12 0.43 0.55
Hex 5B BD 96 34 0 15 1A 9C 2B 37
Octal 133 275 226 64 0 25 32 234 53 67
Binary 1011011 10111101 10010110 110100 0 10101 11010 10011100 101011 110111

Color Harmonies of #5BBD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBD96

Black with #5BBD96

Text Example


Text Example

White with #5BBD96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,189,150); }

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

background-color css

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

 a { background-color: rgb(91,189,150); }

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

border-color css

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

 span { border-color: rgb(91,189,150); }

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