#ADEBBA

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

Shades of Fringy Flower #ADEBBA

Tints of Fringy Flower #ADEBBA

Color information

#ADEBBA (or 0xADEBBA) is unknown color: approx Fringy Flower. HEX triplet: AD, EB and BA. RGB value is (173,235,186). Sum of RGB (Red+Green+Blue) = 173+235+186=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBBA is #521445. Grayscale: #D3D3D3. Windows color (decimal): -5379142 or 12250029. OLE color: 12250029.

HSL color Cylindrical-coordinate representation of color #ADEBBA: hue angle of 132.58º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBBA is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB173235186-
CMYK0.2600.210.08
HSL132.58º60.78%80%-
HSV(B)132.58º26.38%92.16%-
XYZ55.871.8557.38-
YUV210.88113.96100.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 235 (92.19% from 255) = 39.56%
BLUE value IS 186 (73.05% from 255) = 31.31%
R=29.12%
G=39.56%
B=31.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732351860.2600.210.08132.5860.7880
HexADEBBA1A0158853d50
Octal255353272320251020575120
Binary101011011110101110111010110100101011000100001011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBBA; }

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

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

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

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

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

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

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

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