#6EBCA0

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

Shades of Keppel #6EBCA0

Tints of Keppel #6EBCA0

Color information

#6EBCA0 (or 0x6EBCA0) is unknown color: approx Keppel. HEX triplet: 6E, BC and A0. RGB value is (110,188,160). Sum of RGB (Red+Green+Blue) = 110+188+160=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #6EBCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBCA0 is #91435F. Grayscale: #A1A1A1. Windows color (decimal): -9519968 or 10533998. OLE color: 10533998.

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

Color convert

RGB110188160-
CMYK0.4100.150.26
HSL158.46º36.79%58.43%-
HSV(B)158.46º41.49%73.73%-
XYZ30.7641.8239.71-
YUV161.49127.1691.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.02%
GREEN value IS 188 (73.83% from 255) = 41.05%
BLUE value IS 160 (62.89% from 255) = 34.93%
R=24.02%
G=41.05%
B=34.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101881600.4100.150.26158.4636.7958.43
Hex6EBCA0290F1A9e253a
Octal15627424051017322364572
Binary11011101011110010100000101001011111101010011110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,188,160); }

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

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

 a { background-color: rgb(110,188,160); }

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

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

 span { border-color: rgb(110,188,160); }

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