#6ABBA1

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

Shades of Keppel #6ABBA1

Tints of Keppel #6ABBA1

Color information

#6ABBA1 (or 0x6ABBA1) is unknown color: approx Keppel. HEX triplet: 6A, BB and A1. RGB value is (106,187,161). Sum of RGB (Red+Green+Blue) = 106+187+161=454 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.35% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABBA1 is #95445E. Grayscale: #9F9F9F. Windows color (decimal): -9782367 or 10599274. OLE color: 10599274.

HSL color Cylindrical-coordinate representation of color #6ABBA1: hue angle of 160.74º degrees, saturation: 0.37, 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 #6ABBA1 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB106187161-
CMYK0.4300.140.27
HSL160.74º37.33%57.45%-
HSV(B)160.74º43.32%73.33%-
XYZ30.1541.1840.08-
YUV159.82128.6689.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.35%
GREEN value IS 187 (73.44% from 255) = 41.19%
BLUE value IS 161 (63.28% from 255) = 35.46%
R=23.35%
G=41.19%
B=35.46%

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
Decimal1061871610.4300.140.27160.7437.3357.45
Hex6ABBA12B0E1Ba12539
Octal15227324153016332414571
Binary11010101011101110100001101011011101101110100001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,187,161); }

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

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

 a { background-color: rgb(106,187,161); }

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

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

 span { border-color: rgb(106,187,161); }

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