#ABDDB4

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

Shades of Fringy Flower #ABDDB4

Tints of Fringy Flower #ABDDB4

Color information

#ABDDB4 (or 0xABDDB4) is unknown color: approx Fringy Flower. HEX triplet: AB, DD and B4. RGB value is (171,221,180). Sum of RGB (Red+Green+Blue) = 171+221+180=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDB4 is #54224B. Grayscale: #C9C9C9. Windows color (decimal): -5513804 or 11853227. OLE color: 11853227.

HSL color Cylindrical-coordinate representation of color #ABDDB4: hue angle of 130.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDDB4 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB171221180-
CMYK0.2300.190.13
HSL130.8º42.37%76.86%-
HSV(B)130.8º22.62%86.67%-
XYZ50.8963.6752.79-
YUV201.38115.94106.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.90%
GREEN value IS 221 (86.72% from 255) = 38.64%
BLUE value IS 180 (70.70% from 255) = 31.47%
R=29.90%
G=38.64%
B=31.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712211800.2300.190.13130.842.3776.86
HexABDDB417013D832a4d
Octal253335264270231520352115
Binary101010111101110110110100101110100111101100000111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDB4; }

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

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

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

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

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

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

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

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