#ADECBE

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

Shades of Fringy Flower #ADECBE

Tints of Fringy Flower #ADECBE

Color information

#ADECBE (or 0xADECBE) is unknown color: approx Fringy Flower. HEX triplet: AD, EC and BE. RGB value is (173,236,190). Sum of RGB (Red+Green+Blue) = 173+236+190=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECBE is #521341. Grayscale: #D4D4D4. Windows color (decimal): -5378882 or 12512429. OLE color: 12512429.

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

Color convert

RGB173236190-
CMYK0.2700.190.07
HSL136.19º62.38%80.2%-
HSV(B)136.19º26.69%92.55%-
XYZ56.5272.5959.75-
YUV211.92115.63100.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.88%
GREEN value IS 236 (92.58% from 255) = 39.40%
BLUE value IS 190 (74.61% from 255) = 31.72%
R=28.88%
G=39.40%
B=31.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732361900.2700.190.07136.1962.3880.2
HexADECBE1B0137883e50
Octal25535427633023721076120
Binary10101101111011001011111011011010011111100010001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADECBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADECBE; }

 p { color: rgb(173,236,190); }

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

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

 a { background-color: rgb(173,236,190); }

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

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

 span { border-color: rgb(173,236,190); }

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