#5ABE9D

Color #5ABE9D Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #5ABE9D

Tints of Keppel #5ABE9D

Color information

#5ABE9D (or 0x5ABE9D) is unknown color: approx Keppel. HEX triplet: 5A, BE and 9D. RGB value is (90,190,157). Sum of RGB (Red+Green+Blue) = 90+190+157=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABE9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABE9D is #A54162. Grayscale: #9C9C9C. Windows color (decimal): -10830179 or 10337882. OLE color: 10337882.

HSL color Cylindrical-coordinate representation of color #5ABE9D: hue angle of 160.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABE9D is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB90190157-
CMYK0.5300.170.25
HSL160.2º43.48%54.9%-
HSV(B)160.2º52.63%74.51%-
XYZ28.7241.4338.38-
YUV156.34128.3780.68-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.59%
GREEN value IS 190 (74.61% from 255) = 43.48%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=20.59%
G=43.48%
B=35.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901901570.5300.170.25160.243.4854.9
Hex5ABE9D3501119a02b37
Octal13227623565021312405367
Binary101101010111110100111011101010100011100110100000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5ABE9D;
 }
 .AnyTagClassName
 {
   color: #5ABE9D;
 }
</style>
background-color css

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

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

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

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

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

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