#5EAF98

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

Shades of Keppel #5EAF98

Tints of Keppel #5EAF98

Color information

#5EAF98 (or 0x5EAF98) is unknown color: approx Keppel. HEX triplet: 5E, AF and 98. RGB value is (94,175,152). Sum of RGB (Red+Green+Blue) = 94+175+152=421 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.33% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAF98 is #A15067. Grayscale: #949494. Windows color (decimal): -10571880 or 10006366. OLE color: 10006366.

HSL color Cylindrical-coordinate representation of color #5EAF98: hue angle of 162.96º 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 #5EAF98 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB94175152-
CMYK0.4600.130.31
HSL162.96º33.61%52.75%-
HSV(B)162.96º46.29%68.63%-
XYZ25.6135.3135.17-
YUV148.16130.1689.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.33%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=22.33%
G=41.57%
B=36.10%

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
Decimal941751520.4600.130.31162.9633.6152.75
Hex5EAF982E0D1Fa32235
Octal13625723056015372434265
Binary10111101010111110011000101110011011111110100011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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