#6EBA9C

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

Shades of Keppel #6EBA9C

Tints of Keppel #6EBA9C

Color information

#6EBA9C (or 0x6EBA9C) is unknown color: approx Keppel. HEX triplet: 6E, BA and 9C. RGB value is (110,186,156). Sum of RGB (Red+Green+Blue) = 110+186+156=452 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.34% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBA9C is #914563. Grayscale: #9F9F9F. Windows color (decimal): -9520484 or 10271342. OLE color: 10271342.

HSL color Cylindrical-coordinate representation of color #6EBA9C: hue angle of 156.32º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBA9C is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB110186156-
CMYK0.4100.160.27
HSL156.32º35.51%58.04%-
HSV(B)156.32º40.86%72.94%-
XYZ29.9940.8337.75-
YUV159.86125.8292.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.34%
GREEN value IS 186 (73.05% from 255) = 41.15%
BLUE value IS 156 (61.33% from 255) = 34.51%
R=24.34%
G=41.15%
B=34.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101861560.4100.160.27156.3235.5158.04
Hex6EBA9C290101B9c243a
Octal15627223451020332344472
Binary110111010111010100111001010010100001101110011100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,186,156); }

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

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

 a { background-color: rgb(110,186,156); }

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

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

 span { border-color: rgb(110,186,156); }

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