Html Css Color HEX #5BAA8A Keppel

📋 copy color: '#5BAA8A'

red 91 ◦ green 170 ◦ blue 138

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

Shades of Keppel #5BAA8A

Tints of Keppel #5BAA8A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.61%

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 22.81%
G = 42.61%
B = 34.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#5BAA8A (or 0x5BAA8A) is known color: Keppel. HEX triplet: 5B, AA and 8A. RGB value is (91,170,138). Sum of RGB (Red+Green+Blue) = 91+170+138=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAA8A is #A45575. Grayscale: #8E8E8E. Windows color (decimal): -10769782 or 9087579. OLE color: 9087579.

HSL color Cylindrical-coordinate representation of color #5BAA8A: hue angle of 155.7º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BAA8A is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 170 138 -
CMYK 0.46 0 0.19 0.33
HSL 155.7º 0.32% 0.51% -
HSV(B) 155.7º 0.46% 0.67% -
XYZ 23.28 32.81 29.15 -
YUV 142.73 125.33 91.1 -
System Red Green Blue C M Y K H S L
Decimal 91 170 138 0.46 0 0.19 0.33 155.7 0.32 0.51
Hex 5B AA 8A 2E 0 13 21 9C 20 33
Octal 133 252 212 56 0 23 41 234 40 63
Binary 1011011 10101010 10001010 101110 0 10011 100001 10011100 100000 110011

Color Harmonies of #5BAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAA8A

Black with #5BAA8A

Text Example


Text Example

White with #5BAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,170,138); }

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

background-color css

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

 a { background-color: rgb(91,170,138); }

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

border-color css

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

 span { border-color: rgb(91,170,138); }

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