#ABDBB7

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

Shades of Fringy Flower #ABDBB7

Tints of Fringy Flower #ABDBB7

Color information

#ABDBB7 (or 0xABDBB7) is unknown color: approx Fringy Flower. HEX triplet: AB, DB and B7. RGB value is (171,219,183). Sum of RGB (Red+Green+Blue) = 171+219+183=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBB7 is #542448. Grayscale: #C8C8C8. Windows color (decimal): -5514313 or 12049323. OLE color: 12049323.

HSL color Cylindrical-coordinate representation of color #ABDBB7: hue angle of 135º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDBB7 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB171219183-
CMYK0.2200.160.14
HSL135º40%76.47%-
HSV(B)135º21.92%85.88%-
XYZ50.6762.7454.24-
YUV200.54118.1106.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.84%
GREEN value IS 219 (85.94% from 255) = 38.22%
BLUE value IS 183 (71.88% from 255) = 31.94%
R=29.84%
G=38.22%
B=31.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712191830.2200.160.141354076.47
HexABDBB716010E87284c
Octal253333267260201620750114
Binary101010111101101110110111101100100001110100001111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDBB7; }

 p { color: rgb(171,219,183); }

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

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

 a { background-color: rgb(171,219,183); }

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

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

 span { border-color: rgb(171,219,183); }

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