#5EA98B

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

Shades of Keppel #5EA98B

Tints of Keppel #5EA98B

Color information

#5EA98B (or 0x5EA98B) is unknown color: approx Keppel. HEX triplet: 5E, A9 and 8B. RGB value is (94,169,139). Sum of RGB (Red+Green+Blue) = 94+169+139=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA98B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA98B is #A15674. Grayscale: #8F8F8F. Windows color (decimal): -10573429 or 9152862. OLE color: 9152862.

HSL color Cylindrical-coordinate representation of color #5EA98B: hue angle of 156º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5EA98B is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB94169139-
CMYK0.4400.180.34
HSL156º30.36%51.57%-
HSV(B)156º44.38%66.27%-
XYZ23.4632.6229.49-
YUV143.15125.6592.94-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.38%
GREEN value IS 169 (66.41% from 255) = 42.04%
BLUE value IS 139 (54.69% from 255) = 34.58%
R=23.38%
G=42.04%
B=34.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal941691390.4400.180.3415630.3651.57
Hex5EA98B2C012229c1e34
Octal13625121354022422343664
Binary101111010101001100010111011000100101000101001110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,169,139); }

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

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

 a { background-color: rgb(94,169,139); }

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

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

 span { border-color: rgb(94,169,139); }

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