#ADECC3

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

Shades of Fringy Flower #ADECC3

Tints of Fringy Flower #ADECC3

Color information

#ADECC3 (or 0xADECC3) is unknown color: approx Fringy Flower. HEX triplet: AD, EC and C3. RGB value is (173,236,195). Sum of RGB (Red+Green+Blue) = 173+236+195=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECC3 is #52133C. Grayscale: #D4D4D4. Windows color (decimal): -5378877 or 12840109. OLE color: 12840109.

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

Color convert

RGB173236195-
CMYK0.2700.170.07
HSL140.95º62.38%80.2%-
HSV(B)140.95º26.69%92.55%-
XYZ57.0872.8262.68-
YUV212.49118.1399.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.64%
GREEN value IS 236 (92.58% from 255) = 39.07%
BLUE value IS 195 (76.56% from 255) = 32.28%
R=28.64%
G=39.07%
B=32.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732361950.2700.170.07140.9562.3880.2
HexADECC31B01178d3e50
Octal25535430333021721576120
Binary10101101111011001100001111011010001111100011011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADECC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADECC3; }

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

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

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

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

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

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

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

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