Html Css Color HEX #A0EAB6 Fringy Flower

📋 copy color: '#A0EAB6'

red 160 ◦ green 234 ◦ blue 182

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

Shades of Fringy Flower #A0EAB6

Tints of Fringy Flower #A0EAB6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.63%

 BLUE value IS 182 (71.48% from 255) = 31.6%

R = 27.78%
G = 40.63%
B = 31.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#A0EAB6 (or 0xA0EAB6) is known color: Fringy Flower. HEX triplet: A0, EA and B6. RGB value is (160,234,182). Sum of RGB (Red+Green+Blue) = 160+234+182=576 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.78% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EAB6 is #5F1549. Grayscale: #CECECE. Windows color (decimal): -6231370 or 11987616. OLE color: 11987616.

HSL color Cylindrical-coordinate representation of color #A0EAB6: hue angle of 137.84º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EAB6 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 234 182 -
CMYK 0.32 0 0.22 0.08
HSL 137.84º 0.64% 0.77% -
HSV(B) 137.84º 0.32% 0.92% -
XYZ 52.36 69.7 54.95 -
YUV 205.95 114.48 95.23 -
System Red Green Blue C M Y K H S L
Decimal 160 234 182 0.32 0 0.22 0.08 137.84 0.64 0.77
Hex A0 EA B6 20 0 16 8 8A 40 4D
Octal 240 352 266 40 0 26 10 212 100 115
Binary 10100000 11101010 10110110 100000 0 10110 1000 10001010 1000000 1001101

Color Harmonies of #A0EAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EAB6

Black with #A0EAB6

Text Example


Text Example

White with #A0EAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EAB6; }

 p { color: rgb(160,234,182); }

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

background-color css

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

 a { background-color: rgb(160,234,182); }

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

border-color css

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

 span { border-color: rgb(160,234,182); }

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