#ADECB6

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

Shades of Fringy Flower #ADECB6

Tints of Fringy Flower #ADECB6

Color information

#ADECB6 (or 0xADECB6) is unknown color: approx Fringy Flower. HEX triplet: AD, EC and B6. RGB value is (173,236,182). Sum of RGB (Red+Green+Blue) = 173+236+182=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECB6 is #521349. Grayscale: #D3D3D3. Windows color (decimal): -5378890 or 11988141. OLE color: 11988141.

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

Color convert

RGB173236182-
CMYK0.2700.230.07
HSL128.57º62.38%80.2%-
HSV(B)128.57º26.69%92.55%-
XYZ55.6772.2555.27-
YUV211.01111.63100.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 236 (92.58% from 255) = 39.93%
BLUE value IS 182 (71.48% from 255) = 30.80%
R=29.27%
G=39.93%
B=30.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732361820.2700.230.07128.5762.3880.2
HexADECB61B0177813e50
Octal25535426633027720176120
Binary10101101111011001011011011011010111111100000011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADECB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADECB6; }

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

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

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

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

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

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

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

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