Html Css Color HEX #A0EDB7 Fringy Flower

📋 copy color: '#A0EDB7'

red 160 ◦ green 237 ◦ blue 183

#A0EDB7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #A0EDB7

Tints of Fringy Flower #A0EDB7

RGB

 RED value IS 160 (62.89% from 255) = 27.59%

 GREEN value IS 237 (92.97% from 255) = 40.86%

 BLUE value IS 183 (71.88% from 255) = 31.55%

R = 27.59%
G = 40.86%
B = 31.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#A0EDB7 (or 0xA0EDB7) is known color: Fringy Flower. HEX triplet: A0, ED and B7. RGB value is (160,237,183). Sum of RGB (Red+Green+Blue) = 160+237+183=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #A0EDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EDB7 is #5F1248. Grayscale: #CFCFCF. Windows color (decimal): -6230601 or 12053920. OLE color: 12053920.

HSL color Cylindrical-coordinate representation of color #A0EDB7: hue angle of 137.92º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EDB7 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 237 183 -
CMYK 0.32 0 0.23 0.07
HSL 137.92º 0.68% 0.78% -
HSV(B) 137.92º 0.32% 0.93% -
XYZ 53.33 71.46 55.78 -
YUV 207.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 160 237 183 0.32 0 0.23 0.07 137.92 0.68 0.78
Hex A0 ED B7 20 0 17 7 8A 44 4E
Octal 240 355 267 40 0 27 7 212 104 116
Binary 10100000 11101101 10110111 100000 0 10111 111 10001010 1000100 1001110

Color Harmonies of #A0EDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EDB7

Black with #A0EDB7

Text Example


Text Example

White with #A0EDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EDB7; }

 p { color: rgb(160,237,183); }

 H1.HeaderClassName
 {
   color: #A0EDB7;
 }
 .AnyTagClassName
 {
   color: #A0EDB7;
 }
</style>

background-color css

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

 a { background-color: rgb(160,237,183); }

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

border-color css

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

 span { border-color: rgb(160,237,183); }

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