#ADEBC3

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

Shades of Fringy Flower #ADEBC3

Tints of Fringy Flower #ADEBC3

Color information

#ADEBC3 (or 0xADEBC3) is unknown color: approx Fringy Flower. HEX triplet: AD, EB and C3. RGB value is (173,235,195). Sum of RGB (Red+Green+Blue) = 173+235+195=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBC3 is #52143C. Grayscale: #D4D4D4. Windows color (decimal): -5379133 or 12839853. OLE color: 12839853.

HSL color Cylindrical-coordinate representation of color #ADEBC3: hue angle of 141.29º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBC3 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB173235195-
CMYK0.2600.170.08
HSL141.29º60.78%80%-
HSV(B)141.29º26.38%92.16%-
XYZ56.7972.2462.58-
YUV211.9118.46100.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.69%
GREEN value IS 235 (92.19% from 255) = 38.97%
BLUE value IS 195 (76.56% from 255) = 32.34%
R=28.69%
G=38.97%
B=32.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732351950.2600.170.08141.2960.7880
HexADEBC31A01188d3d50
Octal255353303320211021575120
Binary101011011110101111000011110100100011000100011011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBC3; }

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

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

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

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

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

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

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

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