#ADEDBA

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

Shades of Fringy Flower #ADEDBA

Tints of Fringy Flower #ADEDBA

Color information

#ADEDBA (or 0xADEDBA) is unknown color: approx Fringy Flower. HEX triplet: AD, ED and BA. RGB value is (173,237,186). Sum of RGB (Red+Green+Blue) = 173+237+186=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDBA is #521245. Grayscale: #D4D4D4. Windows color (decimal): -5378630 or 12250541. OLE color: 12250541.

HSL color Cylindrical-coordinate representation of color #ADEDBA: hue angle of 132.19º 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 #ADEDBA is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB173237186-
CMYK0.2700.220.07
HSL132.19º64%80.39%-
HSV(B)132.19º27%92.94%-
XYZ56.387357.57-
YUV212.05113.3100.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 237 (92.97% from 255) = 39.77%
BLUE value IS 186 (73.05% from 255) = 31.21%
R=29.03%
G=39.77%
B=31.21%

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
Decimal1732371860.2700.220.07132.196480.39
HexADEDBA1B0167844050
Octal255355272330267204100120
Binary101011011110110110111010110110101101111000010010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEDBA; }

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

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

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

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

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

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

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

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