Html Css Color HEX #A0EEB7 Fringy Flower

📋 copy color: '#A0EEB7'

red 160 ◦ green 238 ◦ blue 183

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

Shades of Fringy Flower #A0EEB7

Tints of Fringy Flower #A0EEB7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.96%

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

R = 27.54%
G = 40.96%
B = 31.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#A0EEB7 (or 0xA0EEB7) is known color: Fringy Flower. HEX triplet: A0, EE and B7. RGB value is (160,238,183). Sum of RGB (Red+Green+Blue) = 160+238+183=581 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.54% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEB7 is #5F1148. Grayscale: #D0D0D0. Windows color (decimal): -6230345 or 12054176. OLE color: 12054176.

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

Color convert

RGB 160 238 183 -
CMYK 0.33 0 0.23 0.07
HSL 137.69º 0.7% 0.78% -
HSV(B) 137.69º 0.33% 0.93% -
XYZ 53.62 72.04 55.88 -
YUV 208.41 113.66 93.47 -
System Red Green Blue C M Y K H S L
Decimal 160 238 183 0.33 0 0.23 0.07 137.69 0.7 0.78
Hex A0 EE B7 21 0 17 7 8A 46 4E
Octal 240 356 267 41 0 27 7 212 106 116
Binary 10100000 11101110 10110111 100001 0 10111 111 10001010 1000110 1001110

Color Harmonies of #A0EEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EEB7

Black with #A0EEB7

Text Example


Text Example

White with #A0EEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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