#6AB99F

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

Shades of Keppel #6AB99F

Tints of Keppel #6AB99F

Color information

#6AB99F (or 0x6AB99F) is unknown color: approx Keppel. HEX triplet: 6A, B9 and 9F. RGB value is (106,185,159). Sum of RGB (Red+Green+Blue) = 106+185+159=450 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.56% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 185 - color contains mainly: green. Hex color #6AB99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB99F is #954660. Grayscale: #9E9E9E. Windows color (decimal): -9782881 or 10467690. OLE color: 10467690.

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

Color convert

RGB106185159-
CMYK0.4300.140.27
HSL160.25º36.07%57.06%-
HSV(B)160.25º42.7%72.55%-
XYZ29.5540.2739.02-
YUV158.42128.3390.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.56%
GREEN value IS 185 (72.66% from 255) = 41.11%
BLUE value IS 159 (62.5% from 255) = 35.33%
R=23.56%
G=41.11%
B=35.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061851590.4300.140.27160.2536.0757.06
Hex6AB99F2B0E1Ba02439
Octal15227123753016332404471
Binary11010101011100110011111101011011101101110100000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,185,159); }

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

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

 a { background-color: rgb(106,185,159); }

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

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

 span { border-color: rgb(106,185,159); }

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