#ADE1BC

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

Shades of Fringy Flower #ADE1BC

Tints of Fringy Flower #ADE1BC

Color information

#ADE1BC (or 0xADE1BC) is unknown color: approx Fringy Flower. HEX triplet: AD, E1 and BC. RGB value is (173,225,188). Sum of RGB (Red+Green+Blue) = 173+225+188=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1BC is #521E43. Grayscale: #CDCDCD. Windows color (decimal): -5381700 or 12378541. OLE color: 12378541.

HSL color Cylindrical-coordinate representation of color #ADE1BC: hue angle of 137.31º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE1BC is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB173225188-
CMYK0.2300.160.12
HSL137.31º46.43%78.04%-
HSV(B)137.31º23.11%88.24%-
XYZ53.2466.3757.58-
YUV205.23118.27105.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.52%
GREEN value IS 225 (88.28% from 255) = 38.40%
BLUE value IS 188 (73.83% from 255) = 32.08%
R=29.52%
G=38.40%
B=32.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732251880.2300.160.12137.3146.4378.04
HexADE1BC17010C892e4e
Octal255341274270201421156116
Binary101011011110000110111100101110100001100100010011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE1BC; }

 p { color: rgb(173,225,188); }

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

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

 a { background-color: rgb(173,225,188); }

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

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

 span { border-color: rgb(173,225,188); }

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