#ADE2BA

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

Shades of Fringy Flower #ADE2BA

Tints of Fringy Flower #ADE2BA

Color information

#ADE2BA (or 0xADE2BA) is unknown color: approx Fringy Flower. HEX triplet: AD, E2 and BA. RGB value is (173,226,186). Sum of RGB (Red+Green+Blue) = 173+226+186=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2BA is #521D45. Grayscale: #CDCDCD. Windows color (decimal): -5381446 or 12247725. OLE color: 12247725.

HSL color Cylindrical-coordinate representation of color #ADE2BA: hue angle of 134.72º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE2BA is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB173226186-
CMYK0.2300.180.11
HSL134.72º47.75%78.24%-
HSV(B)134.72º23.45%88.63%-
XYZ53.2966.8256.54-
YUV205.59116.94104.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.57%
GREEN value IS 226 (88.67% from 255) = 38.63%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=29.57%
G=38.63%
B=31.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1732261860.2300.180.11134.7247.7578.24
HexADE2BA17012B87304e
Octal255342272270221320760116
Binary101011011110001010111010101110100101011100001111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE2BA; }

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

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

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

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

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

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

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

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