Html Css Color HEX #5BA98D Keppel

📋 copy color: '#5BA98D'

red 91 ◦ green 169 ◦ blue 141

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

Shades of Keppel #5BA98D

Tints of Keppel #5BA98D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.14%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 22.69%
G = 42.14%
B = 35.16%

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

#5BA98D (or 0x5BA98D) is known color: Keppel. HEX triplet: 5B, A9 and 8D. RGB value is (91,169,141). Sum of RGB (Red+Green+Blue) = 91+169+141=401 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.69% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA98D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA98D is #A45672. Grayscale: #8E8E8E. Windows color (decimal): -10770035 or 9283931. OLE color: 9283931.

HSL color Cylindrical-coordinate representation of color #5BA98D: hue angle of 158.46º 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 #5BA98D is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 91 169 141 -
CMYK 0.46 0 0.17 0.34
HSL 158.46º 0.31% 0.51% -
HSV(B) 158.46º 0.46% 0.66% -
XYZ 23.31 32.52 30.25 -
YUV 142.49 127.16 91.28 -
System Red Green Blue C M Y K H S L
Decimal 91 169 141 0.46 0 0.17 0.34 158.46 0.31 0.51
Hex 5B A9 8D 2E 0 11 22 9E 1F 33
Octal 133 251 215 56 0 21 42 236 37 63
Binary 1011011 10101001 10001101 101110 0 10001 100010 10011110 11111 110011

Color Harmonies of #5BA98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA98D

Black with #5BA98D

Text Example


Text Example

White with #5BA98D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,169,141); }

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

background-color css

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

 a { background-color: rgb(91,169,141); }

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

border-color css

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

 span { border-color: rgb(91,169,141); }

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