#6ABFA1

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

Shades of Keppel #6ABFA1

Tints of Keppel #6ABFA1

Color information

#6ABFA1 (or 0x6ABFA1) is unknown color: approx Keppel. HEX triplet: 6A, BF and A1. RGB value is (106,191,161). Sum of RGB (Red+Green+Blue) = 106+191+161=458 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.14% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABFA1 is #95405E. Grayscale: #A2A2A2. Windows color (decimal): -9781343 or 10600298. OLE color: 10600298.

HSL color Cylindrical-coordinate representation of color #6ABFA1: hue angle of 158.82º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6ABFA1 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB106191161-
CMYK0.4500.160.25
HSL158.82º39.91%58.24%-
HSV(B)158.82º44.5%74.9%-
XYZ31.0142.940.36-
YUV162.16127.3487.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.14%
GREEN value IS 191 (75% from 255) = 41.70%
BLUE value IS 161 (63.28% from 255) = 35.15%
R=23.14%
G=41.70%
B=35.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061911610.4500.160.25158.8239.9158.24
Hex6ABFA12D010199f283a
Octal15227724155020312375072
Binary110101010111111101000011011010100001100110011111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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