#ADE0C0

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

Shades of Fringy Flower #ADE0C0

Tints of Fringy Flower #ADE0C0

Color information

#ADE0C0 (or 0xADE0C0) is unknown color: approx Fringy Flower. HEX triplet: AD, E0 and C0. RGB value is (173,224,192). Sum of RGB (Red+Green+Blue) = 173+224+192=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0C0 is #521F3F. Grayscale: #CDCDCD. Windows color (decimal): -5381952 or 12640429. OLE color: 12640429.

HSL color Cylindrical-coordinate representation of color #ADE0C0: hue angle of 142.35º degrees, saturation: 0.45, 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 #ADE0C0 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB173224192-
CMYK0.2300.140.12
HSL142.35º45.13%77.84%-
HSV(B)142.35º22.77%87.84%-
XYZ53.46659.79-
YUV205.1120.6105.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.37%
GREEN value IS 224 (87.89% from 255) = 38.03%
BLUE value IS 192 (75.39% from 255) = 32.60%
R=29.37%
G=38.03%
B=32.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732241920.2300.140.12142.3545.1377.84
HexADE0C0170EC8e2d4e
Octal255340300270161421655116
Binary10101101111000001100000010111011101100100011101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE0C0; }

 p { color: rgb(173,224,192); }

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

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

 a { background-color: rgb(173,224,192); }

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

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

 span { border-color: rgb(173,224,192); }

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