Html Css Color HEX #5ABB9A Keppel

📋 copy color: '#5ABB9A'

red 90 ◦ green 187 ◦ blue 154

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

Shades of Keppel #5ABB9A

Tints of Keppel #5ABB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.73%

R = 20.88%
G = 43.39%
B = 35.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#5ABB9A (or 0x5ABB9A) is known color: Keppel. HEX triplet: 5A, BB and 9A. RGB value is (90,187,154). Sum of RGB (Red+Green+Blue) = 90+187+154=431 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.88% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABB9A is #A54465. Grayscale: #9A9A9A. Windows color (decimal): -10830950 or 10140506. OLE color: 10140506.

HSL color Cylindrical-coordinate representation of color #5ABB9A: hue angle of 159.59º 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 #5ABB9A is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 187 154 -
CMYK 0.52 0 0.18 0.27
HSL 159.59º 0.42% 0.54% -
HSV(B) 159.59º 0.52% 0.73% -
XYZ 27.82 40.05 36.84 -
YUV 154.24 127.86 82.18 -
System Red Green Blue C M Y K H S L
Decimal 90 187 154 0.52 0 0.18 0.27 159.59 0.42 0.54
Hex 5A BB 9A 34 0 12 1B A0 2A 36
Octal 132 273 232 64 0 22 33 240 52 66
Binary 1011010 10111011 10011010 110100 0 10010 11011 10100000 101010 110110

Color Harmonies of #5ABB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABB9A

Black with #5ABB9A

Text Example


Text Example

White with #5ABB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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