Html Css Color HEX #5ABB9D Keppel

📋 copy color: '#5ABB9D'

red 90 ◦ green 187 ◦ blue 157

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

Shades of Keppel #5ABB9D

Tints of Keppel #5ABB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.18%

R = 20.74%
G = 43.09%
B = 36.18%

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

#5ABB9D (or 0x5ABB9D) is known color: Keppel. HEX triplet: 5A, BB and 9D. RGB value is (90,187,157). Sum of RGB (Red+Green+Blue) = 90+187+157=434 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.74% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABB9D is #A54462. Grayscale: #9A9A9A. Windows color (decimal): -10830947 or 10337114. OLE color: 10337114.

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

Color convert

RGB 90 187 157 -
CMYK 0.52 0 0.16 0.27
HSL 161.44º 0.42% 0.54% -
HSV(B) 161.44º 0.52% 0.73% -
XYZ 28.07 40.15 38.17 -
YUV 154.58 129.36 81.94 -
System Red Green Blue C M Y K H S L
Decimal 90 187 157 0.52 0 0.16 0.27 161.44 0.42 0.54
Hex 5A BB 9D 34 0 10 1B A1 2A 36
Octal 132 273 235 64 0 20 33 241 52 66
Binary 1011010 10111011 10011101 110100 0 10000 11011 10100001 101010 110110

Color Harmonies of #5ABB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABB9D

Black with #5ABB9D

Text Example


Text Example

White with #5ABB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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