#ADEEC0

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

Shades of Fringy Flower #ADEEC0

Tints of Fringy Flower #ADEEC0

Color information

#ADEEC0 (or 0xADEEC0) is unknown color: approx Fringy Flower. HEX triplet: AD, EE and C0. RGB value is (173,238,192). Sum of RGB (Red+Green+Blue) = 173+238+192=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEEC0 is #52113F. Grayscale: #D5D5D5. Windows color (decimal): -5378368 or 12644013. OLE color: 12644013.

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

Color convert

RGB173238192-
CMYK0.2700.190.07
HSL137.54º65.66%80.59%-
HSV(B)137.54º27.31%93.33%-
XYZ57.3273.8461.1-
YUV213.32115.9799.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.69%
GREEN value IS 238 (93.36% from 255) = 39.47%
BLUE value IS 192 (75.39% from 255) = 31.84%
R=28.69%
G=39.47%
B=31.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732381920.2700.190.07137.5465.6680.59
HexADEEC01B01378a4251
Octal255356300330237212102121
Binary101011011110111011000000110110100111111000101010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEEC0; }

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

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

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

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

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

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

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

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