#ABDAB4

Color #ABDAB4 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #ABDAB4

Tints of Fringy Flower #ABDAB4

Color information

#ABDAB4 (or 0xABDAB4) is unknown color: approx Fringy Flower. HEX triplet: AB, DA and B4. RGB value is (171,218,180). Sum of RGB (Red+Green+Blue) = 171+218+180=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDAB4 is #54254B. Grayscale: #C7C7C7. Windows color (decimal): -5514572 or 11852459. OLE color: 11852459.

HSL color Cylindrical-coordinate representation of color #ABDAB4: hue angle of 131.49º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDAB4 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB171218180-
CMYK0.2200.170.15
HSL131.49º38.84%76.27%-
HSV(B)131.49º21.56%85.49%-
XYZ50.162.152.52-
YUV199.62116.93107.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 218 (85.55% from 255) = 38.31%
BLUE value IS 180 (70.70% from 255) = 31.63%
R=30.05%
G=38.31%
B=31.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712181800.2200.170.15131.4938.8476.27
HexABDAB416011F83274c
Octal253332264260211720347114
Binary101010111101101010110100101100100011111100000111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDAB4; }

 p { color: rgb(171,218,180); }

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

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

 a { background-color: rgb(171,218,180); }

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

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

 span { border-color: rgb(171,218,180); }

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