#ADEDB8

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

Shades of Fringy Flower #ADEDB8

Tints of Fringy Flower #ADEDB8

Color information

#ADEDB8 (or 0xADEDB8) is unknown color: approx Fringy Flower. HEX triplet: AD, ED and B8. RGB value is (173,237,184). Sum of RGB (Red+Green+Blue) = 173+237+184=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDB8 is #521247. Grayscale: #D3D3D3. Windows color (decimal): -5378632 or 12119469. OLE color: 12119469.

HSL color Cylindrical-coordinate representation of color #ADEDB8: hue angle of 130.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEDB8 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB173237184-
CMYK0.2700.220.07
HSL130.31º64%80.39%-
HSV(B)130.31º27%92.94%-
XYZ56.1772.9156.46-
YUV211.82112.3100.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 237 (92.97% from 255) = 39.90%
BLUE value IS 184 (72.27% from 255) = 30.98%
R=29.12%
G=39.90%
B=30.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732371840.2700.220.07130.316480.39
HexADEDB81B0167824050
Octal255355270330267202100120
Binary101011011110110110111000110110101101111000001010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEDB8; }

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

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

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

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

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

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

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

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