#6AB19F

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

Shades of Keppel #6AB19F

Tints of Keppel #6AB19F

Color information

#6AB19F (or 0x6AB19F) is unknown color: approx Keppel. HEX triplet: 6A, B1 and 9F. RGB value is (106,177,159). Sum of RGB (Red+Green+Blue) = 106+177+159=442 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.98% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB19F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AB19F is #954E60. Grayscale: #999999. Windows color (decimal): -9784929 or 10465642. OLE color: 10465642.

HSL color Cylindrical-coordinate representation of color #6AB19F: hue angle of 164.79º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6AB19F is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB106177159-
CMYK0.4000.100.31
HSL164.79º31.28%55.49%-
HSV(B)164.79º40.11%69.41%-
XYZ27.9237.0138.47-
YUV153.72130.9893.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.98%
GREEN value IS 177 (69.53% from 255) = 40.05%
BLUE value IS 159 (62.5% from 255) = 35.97%
R=23.98%
G=40.05%
B=35.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061771590.4000.100.31164.7931.2855.49
Hex6AB19F280A1Fa51f37
Octal15226123750012372453767
Binary1101010101100011001111110100001010111111010010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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