Html Css Color HEX #5ABB9E Keppel

📋 copy color: '#5ABB9E'

red 90 ◦ green 187 ◦ blue 158

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

Shades of Keppel #5ABB9E

Tints of Keppel #5ABB9E

RGB

 RED value IS 90 (35.55% from 255) = 20.69%

 GREEN value IS 187 (73.44% from 255) = 42.99%

 BLUE value IS 158 (62.11% from 255) = 36.32%

R = 20.69%
G = 42.99%
B = 36.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#5ABB9E (or 0x5ABB9E) is known color: Keppel. HEX triplet: 5A, BB and 9E. RGB value is (90,187,158). Sum of RGB (Red+Green+Blue) = 90+187+158=435 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.69% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABB9E is #A54461. Grayscale: #9A9A9A. Windows color (decimal): -10830946 or 10402650. OLE color: 10402650.

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

Color convert

RGB 90 187 158 -
CMYK 0.52 0 0.16 0.27
HSL 162.06º 0.42% 0.54% -
HSV(B) 162.06º 0.52% 0.73% -
XYZ 28.16 40.18 38.62 -
YUV 154.69 129.86 81.86 -
System Red Green Blue C M Y K H S L
Decimal 90 187 158 0.52 0 0.16 0.27 162.06 0.42 0.54
Hex 5A BB 9E 34 0 10 1B A2 2A 36
Octal 132 273 236 64 0 20 33 242 52 66
Binary 1011010 10111011 10011110 110100 0 10000 11011 10100010 101010 110110

Color Harmonies of #5ABB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABB9E

Black with #5ABB9E

Text Example


Text Example

White with #5ABB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,187,158); }

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

background-color css

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

 a { background-color: rgb(90,187,158); }

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

border-color css

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

 span { border-color: rgb(90,187,158); }

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