#ADEFBA

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

Shades of Fringy Flower #ADEFBA

Tints of Fringy Flower #ADEFBA

Color information

#ADEFBA (or 0xADEFBA) is unknown color: approx Fringy Flower. HEX triplet: AD, EF and BA. RGB value is (173,239,186). Sum of RGB (Red+Green+Blue) = 173+239+186=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFBA is #521045. Grayscale: #D5D5D5. Windows color (decimal): -5378118 or 12251053. OLE color: 12251053.

HSL color Cylindrical-coordinate representation of color #ADEFBA: hue angle of 131.82º 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 #ADEFBA is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB173239186-
CMYK0.2800.220.06
HSL131.82º67.35%80.78%-
HSV(B)131.82º27.62%93.73%-
XYZ56.9674.1657.77-
YUV213.22112.6399.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.93%
GREEN value IS 239 (93.75% from 255) = 39.97%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=28.93%
G=39.97%
B=31.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732391860.2800.220.06131.8267.3580.78
HexADEFBA1C0166844351
Octal255357272340266204103121
Binary101011011110111110111010111000101101101000010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEFBA; }

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

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

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

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

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

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

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

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