Html Css Color HEX #A0EBB6 Fringy Flower

📋 copy color: '#A0EBB6'

red 160 ◦ green 235 ◦ blue 182

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

Shades of Fringy Flower #A0EBB6

Tints of Fringy Flower #A0EBB6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.73%

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

R = 27.73%
G = 40.73%
B = 31.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#A0EBB6 (or 0xA0EBB6) is known color: Fringy Flower. HEX triplet: A0, EB and B6. RGB value is (160,235,182). Sum of RGB (Red+Green+Blue) = 160+235+182=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBB6 is #5F1449. Grayscale: #CECECE. Windows color (decimal): -6231114 or 11987872. OLE color: 11987872.

HSL color Cylindrical-coordinate representation of color #A0EBB6: hue angle of 137.6º degrees, saturation: 0.65, 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 #A0EBB6 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 235 182 -
CMYK 0.32 0 0.23 0.08
HSL 137.6º 0.65% 0.77% -
HSV(B) 137.6º 0.32% 0.92% -
XYZ 52.65 70.27 55.04 -
YUV 206.53 114.15 94.81 -
System Red Green Blue C M Y K H S L
Decimal 160 235 182 0.32 0 0.23 0.08 137.6 0.65 0.77
Hex A0 EB B6 20 0 17 8 8A 41 4D
Octal 240 353 266 40 0 27 10 212 101 115
Binary 10100000 11101011 10110110 100000 0 10111 1000 10001010 1000001 1001101

Color Harmonies of #A0EBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBB6

Black with #A0EBB6

Text Example


Text Example

White with #A0EBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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