#ADE0C1

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

Shades of Fringy Flower #ADE0C1

Tints of Fringy Flower #ADE0C1

Color information

#ADE0C1 (or 0xADE0C1) is unknown color: approx Fringy Flower. HEX triplet: AD, E0 and C1. RGB value is (173,224,193). Sum of RGB (Red+Green+Blue) = 173+224+193=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0C1 is #521F3E. Grayscale: #CDCDCD. Windows color (decimal): -5381951 or 12705965. OLE color: 12705965.

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

Color convert

RGB173224193-
CMYK0.2300.140.12
HSL143.53º45.13%77.84%-
HSV(B)143.53º22.77%87.84%-
XYZ53.5166.0560.38-
YUV205.22121.1105.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.32%
GREEN value IS 224 (87.89% from 255) = 37.97%
BLUE value IS 193 (75.78% from 255) = 32.71%
R=29.32%
G=37.97%
B=32.71%

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
Decimal1732241930.2300.140.12143.5345.1377.84
HexADE0C1170EC902d4e
Octal255340301270161422055116
Binary10101101111000001100000110111011101100100100001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE0C1; }

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

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

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

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

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

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

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

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