#6ABFA2

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

Shades of Keppel #6ABFA2

Tints of Keppel #6ABFA2

Color information

#6ABFA2 (or 0x6ABFA2) is unknown color: approx Keppel. HEX triplet: 6A, BF and A2. RGB value is (106,191,162). Sum of RGB (Red+Green+Blue) = 106+191+162=459 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.09% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABFA2 is #95405D. Grayscale: #A2A2A2. Windows color (decimal): -9781342 or 10665834. OLE color: 10665834.

HSL color Cylindrical-coordinate representation of color #6ABFA2: hue angle of 159.53º 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 #6ABFA2 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB106191162-
CMYK0.4500.150.25
HSL159.53º39.91%58.24%-
HSV(B)159.53º44.5%74.9%-
XYZ31.142.9340.83-
YUV162.28127.8487.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.09%
GREEN value IS 191 (75% from 255) = 41.61%
BLUE value IS 162 (63.67% from 255) = 35.29%
R=23.09%
G=41.61%
B=35.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061911620.4500.150.25159.5339.9158.24
Hex6ABFA22D0F19a0283a
Octal15227724255017312405072
Binary11010101011111110100010101101011111100110100000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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