#5EAF9E

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

Shades of Keppel #5EAF9E

Tints of Keppel #5EAF9E

Color information

#5EAF9E (or 0x5EAF9E) is unknown color: approx Keppel. HEX triplet: 5E, AF and 9E. RGB value is (94,175,158). Sum of RGB (Red+Green+Blue) = 94+175+158=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAF9E is #A15061. Grayscale: #949494. Windows color (decimal): -10571874 or 10399582. OLE color: 10399582.

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

Color convert

RGB94175158-
CMYK0.4600.100.31
HSL167.41º33.61%52.75%-
HSV(B)167.41º46.29%68.63%-
XYZ26.1235.5137.82-
YUV148.84133.1688.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.01%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=22.01%
G=40.98%
B=37.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941751580.4600.100.31167.4133.6152.75
Hex5EAF9E2E0A1Fa72235
Octal13625723656012372474265
Binary10111101010111110011110101110010101111110100111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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