#ADEBC0

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

Shades of Fringy Flower #ADEBC0

Tints of Fringy Flower #ADEBC0

Color information

#ADEBC0 (or 0xADEBC0) is unknown color: approx Fringy Flower. HEX triplet: AD, EB and C0. RGB value is (173,235,192). Sum of RGB (Red+Green+Blue) = 173+235+192=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBC0 is #52143F. Grayscale: #D3D3D3. Windows color (decimal): -5379136 or 12643245. OLE color: 12643245.

HSL color Cylindrical-coordinate representation of color #ADEBC0: hue angle of 138.39º 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 #ADEBC0 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB173235192-
CMYK0.2600.180.08
HSL138.39º60.78%80%-
HSV(B)138.39º26.38%92.16%-
XYZ56.4672.1160.81-
YUV211.56116.96100.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.83%
GREEN value IS 235 (92.19% from 255) = 39.17%
BLUE value IS 192 (75.39% from 255) = 32%
R=28.83%
G=39.17%
B=32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732351920.2600.180.08138.3960.7880
HexADEBC01A01288a3d50
Octal255353300320221021275120
Binary101011011110101111000000110100100101000100010101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBC0; }

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

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

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

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

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

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

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

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