#A7EDBF

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

Shades of Fringy Flower #A7EDBF

Tints of Fringy Flower #A7EDBF

Color information

#A7EDBF (or 0xA7EDBF) is unknown color: approx Fringy Flower. HEX triplet: A7, ED and BF. RGB value is (167,237,191). Sum of RGB (Red+Green+Blue) = 167+237+191=595 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.07% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #A7EDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EDBF is #581240. Grayscale: #D2D2D2. Windows color (decimal): -5771841 or 12578215. OLE color: 12578215.

HSL color Cylindrical-coordinate representation of color #A7EDBF: hue angle of 140.57º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EDBF is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB167237191-
CMYK0.3000.190.07
HSL140.57º66.04%79.22%-
HSV(B)140.57º29.54%92.94%-
XYZ55.6272.5560.36-
YUV210.83116.8196.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.07%
GREEN value IS 237 (92.97% from 255) = 39.83%
BLUE value IS 191 (75% from 255) = 32.10%
R=28.07%
G=39.83%
B=32.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672371910.3000.190.07140.5766.0479.22
HexA7EDBF1E01378d424f
Octal247355277360237215102117
Binary101001111110110110111111111100100111111000110110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EDBF; }

 p { color: rgb(167,237,191); }

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

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

 a { background-color: rgb(167,237,191); }

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

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

 span { border-color: rgb(167,237,191); }

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