#ADEFC3

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

Shades of Fringy Flower #ADEFC3

Tints of Fringy Flower #ADEFC3

Color information

#ADEFC3 (or 0xADEFC3) is unknown color: approx Fringy Flower. HEX triplet: AD, EF and C3. RGB value is (173,239,195). Sum of RGB (Red+Green+Blue) = 173+239+195=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFC3 is #52103C. Grayscale: #D6D6D6. Windows color (decimal): -5378109 or 12840877. OLE color: 12840877.

HSL color Cylindrical-coordinate representation of color #ADEFC3: hue angle of 140º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEFC3 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB173239195-
CMYK0.2800.180.06
HSL140º67.35%80.78%-
HSV(B)140º27.62%93.73%-
XYZ57.9574.5662.97-
YUV214.25117.1398.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.50%
GREEN value IS 239 (93.75% from 255) = 39.37%
BLUE value IS 195 (76.56% from 255) = 32.13%
R=28.50%
G=39.37%
B=32.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732391950.2800.180.0614067.3580.78
HexADEFC31C01268c4351
Octal255357303340226214103121
Binary101011011110111111000011111000100101101000110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEFC3; }

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

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

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

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

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

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

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

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