#5ABA92

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

Shades of Keppel #5ABA92

Tints of Keppel #5ABA92

Color information

#5ABA92 (or 0x5ABA92) is unknown color: approx Keppel. HEX triplet: 5A, BA and 92. RGB value is (90,186,146). Sum of RGB (Red+Green+Blue) = 90+186+146=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABA92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABA92 is #A5456D. Grayscale: #989898. Windows color (decimal): -10831214 or 9615962. OLE color: 9615962.

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

Color convert

RGB90186146-
CMYK0.5200.220.27
HSL155º41.03%54.12%-
HSV(B)155º51.61%72.94%-
XYZ26.9639.3733.37-
YUV152.74124.283.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.33%
GREEN value IS 186 (73.05% from 255) = 44.08%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=21.33%
G=44.08%
B=34.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901861460.5200.220.2715541.0354.12
Hex5ABA92340161B9b2936
Octal13227222264026332335166
Binary101101010111010100100101101000101101101110011011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,186,146); }

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

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

 a { background-color: rgb(90,186,146); }

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

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

 span { border-color: rgb(90,186,146); }

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