#ADEEC2

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

Shades of Fringy Flower #ADEEC2

Tints of Fringy Flower #ADEEC2

Color information

#ADEEC2 (or 0xADEEC2) is unknown color: approx Fringy Flower. HEX triplet: AD, EE and C2. RGB value is (173,238,194). Sum of RGB (Red+Green+Blue) = 173+238+194=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEEC2 is #52113D. Grayscale: #D5D5D5. Windows color (decimal): -5378366 or 12775085. OLE color: 12775085.

HSL color Cylindrical-coordinate representation of color #ADEEC2: hue angle of 139.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEEC2 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB173238194-
CMYK0.2700.180.07
HSL139.38º65.66%80.59%-
HSV(B)139.38º27.31%93.33%-
XYZ57.5573.9362.28-
YUV213.55116.9799.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.60%
GREEN value IS 238 (93.36% from 255) = 39.34%
BLUE value IS 194 (76.17% from 255) = 32.07%
R=28.60%
G=39.34%
B=32.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732381940.2700.180.07139.3865.6680.59
HexADEEC21B01278b4251
Octal255356302330227213102121
Binary101011011110111011000010110110100101111000101110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEEC2; }

 p { color: rgb(173,238,194); }

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

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

 a { background-color: rgb(173,238,194); }

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

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

 span { border-color: rgb(173,238,194); }

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