#5EAF99

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

Shades of Keppel #5EAF99

Tints of Keppel #5EAF99

Color information

#5EAF99 (or 0x5EAF99) is unknown color: approx Keppel. HEX triplet: 5E, AF and 99. RGB value is (94,175,153). Sum of RGB (Red+Green+Blue) = 94+175+153=422 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.27% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAF99 is #A15066. Grayscale: #949494. Windows color (decimal): -10571879 or 10071902. OLE color: 10071902.

HSL color Cylindrical-coordinate representation of color #5EAF99: hue angle of 163.7º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAF99 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB94175153-
CMYK0.4600.130.31
HSL163.7º33.61%52.75%-
HSV(B)163.7º46.29%68.63%-
XYZ25.735.3435.6-
YUV148.27130.6689.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.27%
GREEN value IS 175 (68.75% from 255) = 41.47%
BLUE value IS 153 (60.16% from 255) = 36.26%
R=22.27%
G=41.47%
B=36.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941751530.4600.130.31163.733.6152.75
Hex5EAF992E0D1Fa42235
Octal13625723156015372444265
Binary10111101010111110011001101110011011111110100100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,175,153); }

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

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

 a { background-color: rgb(94,175,153); }

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

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

 span { border-color: rgb(94,175,153); }

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