#6EBD9F

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

Shades of Keppel #6EBD9F

Tints of Keppel #6EBD9F

Color information

#6EBD9F (or 0x6EBD9F) is unknown color: approx Keppel. HEX triplet: 6E, BD and 9F. RGB value is (110,189,159). Sum of RGB (Red+Green+Blue) = 110+189+159=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBD9F is #914260. Grayscale: #A2A2A2. Windows color (decimal): -9519713 or 10468718. OLE color: 10468718.

HSL color Cylindrical-coordinate representation of color #6EBD9F: hue angle of 157.22º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBD9F is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB110189159-
CMYK0.4200.160.26
HSL157.22º37.44%58.63%-
HSV(B)157.22º41.8%74.12%-
XYZ30.8942.2139.32-
YUV161.96126.3390.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.02%
GREEN value IS 189 (74.22% from 255) = 41.27%
BLUE value IS 159 (62.5% from 255) = 34.72%
R=24.02%
G=41.27%
B=34.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101891590.4200.160.26157.2237.4458.63
Hex6EBD9F2A0101A9d253b
Octal15627523752020322354573
Binary110111010111101100111111010100100001101010011101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EBD9F; }

 p { color: rgb(110,189,159); }

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

<style>
 a { background-color: #6EBD9F; }

 a { background-color: rgb(110,189,159); }

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

<style>
 span { border-color: #6EBD9F; }

 span { border-color: rgb(110,189,159); }

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