#ABDDB6

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

Shades of Fringy Flower #ABDDB6

Tints of Fringy Flower #ABDDB6

Color information

#ABDDB6 (or 0xABDDB6) is unknown color: approx Fringy Flower. HEX triplet: AB, DD and B6. RGB value is (171,221,182). Sum of RGB (Red+Green+Blue) = 171+221+182=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDB6 is #542249. Grayscale: #C9C9C9. Windows color (decimal): -5513802 or 11984299. OLE color: 11984299.

HSL color Cylindrical-coordinate representation of color #ABDDB6: hue angle of 133.2º 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 #ABDDB6 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB171221182-
CMYK0.2300.180.13
HSL133.2º42.37%76.86%-
HSV(B)133.2º22.62%86.67%-
XYZ51.0963.7553.87-
YUV201.6116.94106.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 221 (86.72% from 255) = 38.50%
BLUE value IS 182 (71.48% from 255) = 31.71%
R=29.79%
G=38.50%
B=31.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712211820.2300.180.13133.242.3776.86
HexABDDB617012D852a4d
Octal253335266270221520552115
Binary101010111101110110110110101110100101101100001011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDB6; }

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

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

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

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

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

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

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

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