#A7EDBD

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

Shades of Fringy Flower #A7EDBD

Tints of Fringy Flower #A7EDBD

Color information

#A7EDBD (or 0xA7EDBD) is unknown color: approx Fringy Flower. HEX triplet: A7, ED and BD. RGB value is (167,237,189). Sum of RGB (Red+Green+Blue) = 167+237+189=593 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.16% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #A7EDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EDBD is #581242. Grayscale: #D2D2D2. Windows color (decimal): -5771843 or 12447143. OLE color: 12447143.

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

Color convert

RGB167237189-
CMYK0.3000.200.07
HSL138.86º66.04%79.22%-
HSV(B)138.86º29.54%92.94%-
XYZ55.4172.4659.21-
YUV210.6115.8196.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.16%
GREEN value IS 237 (92.97% from 255) = 39.97%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=28.16%
G=39.97%
B=31.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672371890.3000.200.07138.8666.0479.22
HexA7EDBD1E01478b424f
Octal247355275360247213102117
Binary101001111110110110111101111100101001111000101110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EDBD; }

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

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

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

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

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

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

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

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