#6EB7A0

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

Shades of Keppel #6EB7A0

Tints of Keppel #6EB7A0

Color information

#6EB7A0 (or 0x6EB7A0) is unknown color: approx Keppel. HEX triplet: 6E, B7 and A0. RGB value is (110,183,160). Sum of RGB (Red+Green+Blue) = 110+183+160=453 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.28% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #6EB7A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB7A0 is #91485F. Grayscale: #9E9E9E. Windows color (decimal): -9521248 or 10532718. OLE color: 10532718.

HSL color Cylindrical-coordinate representation of color #6EB7A0: hue angle of 161.1º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6EB7A0 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB110183160-
CMYK0.4000.130.28
HSL161.1º33.64%57.45%-
HSV(B)161.1º39.89%71.76%-
XYZ29.7139.7239.36-
YUV158.55128.8293.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.28%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 160 (62.89% from 255) = 35.32%
R=24.28%
G=40.40%
B=35.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1101831600.4000.130.28161.133.6457.45
Hex6EB7A0280D1Ca12239
Octal15626724050015342414271
Binary11011101011011110100000101000011011110010100001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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