#ADDEB8

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

Shades of Fringy Flower #ADDEB8

Tints of Fringy Flower #ADDEB8

Color information

#ADDEB8 (or 0xADDEB8) is unknown color: approx Fringy Flower. HEX triplet: AD, DE and B8. RGB value is (173,222,184). Sum of RGB (Red+Green+Blue) = 173+222+184=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEB8 is #522147. Grayscale: #CBCBCB. Windows color (decimal): -5382472 or 12115629. OLE color: 12115629.

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

Color convert

RGB173222184-
CMYK0.2200.170.13
HSL133.47º42.61%77.45%-
HSV(B)133.47º22.07%87.06%-
XYZ52.0164.5955.07-
YUV203.02117.27106.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 222 (87.11% from 255) = 38.34%
BLUE value IS 184 (72.27% from 255) = 31.78%
R=29.88%
G=38.34%
B=31.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732221840.2200.170.13133.4742.6177.45
HexADDEB816011D852b4d
Octal255336270260211520553115
Binary101011011101111010111000101100100011101100001011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEB8; }

 p { color: rgb(173,222,184); }

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

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

 a { background-color: rgb(173,222,184); }

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

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

 span { border-color: rgb(173,222,184); }

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