Html Css Color HEX #5BA88B Keppel

📋 copy color: '#5BA88B'

red 91 ◦ green 168 ◦ blue 139

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

Shades of Keppel #5BA88B

Tints of Keppel #5BA88B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.21%

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 22.86%
G = 42.21%
B = 34.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#5BA88B (or 0x5BA88B) is known color: Keppel. HEX triplet: 5B, A8 and 8B. RGB value is (91,168,139). Sum of RGB (Red+Green+Blue) = 91+168+139=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA88B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA88B is #A45774. Grayscale: #8D8D8D. Windows color (decimal): -10770293 or 9152603. OLE color: 9152603.

HSL color Cylindrical-coordinate representation of color #5BA88B: hue angle of 157.4º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA88B is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 91 168 139 -
CMYK 0.46 0 0.17 0.34
HSL 157.4º 0.31% 0.51% -
HSV(B) 157.4º 0.46% 0.66% -
XYZ 22.98 32.09 29.41 -
YUV 141.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 91 168 139 0.46 0 0.17 0.34 157.4 0.31 0.51
Hex 5B A8 8B 2E 0 11 22 9D 1F 33
Octal 133 250 213 56 0 21 42 235 37 63
Binary 1011011 10101000 10001011 101110 0 10001 100010 10011101 11111 110011

Color Harmonies of #5BA88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA88B

Black with #5BA88B

Text Example


Text Example

White with #5BA88B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,168,139); }

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

background-color css

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

 a { background-color: rgb(91,168,139); }

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

border-color css

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

 span { border-color: rgb(91,168,139); }

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