Html Css Color HEX #A8EAB6 Fringy Flower

📋 copy color: '#A8EAB6'

red 168 ◦ green 234 ◦ blue 182

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

Shades of Fringy Flower #A8EAB6

Tints of Fringy Flower #A8EAB6

RGB

 RED value IS 168 (66.02% from 255) = 28.77%

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

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

R = 28.77%
G = 40.07%
B = 31.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#A8EAB6 (or 0xA8EAB6) is known color: Fringy Flower. HEX triplet: A8, EA and B6. RGB value is (168,234,182). Sum of RGB (Red+Green+Blue) = 168+234+182=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 182 (71.48% from 255 or 31.16% from 584); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EAB6 is #571549. Grayscale: #D0D0D0. Windows color (decimal): -5707082 or 11987624. OLE color: 11987624.

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

Color convert

RGB 168 234 182 -
CMYK 0.28 0 0.22 0.08
HSL 132.73º 0.61% 0.79% -
HSV(B) 132.73º 0.28% 0.92% -
XYZ 54.01 70.55 55.03 -
YUV 208.34 113.13 99.23 -
System Red Green Blue C M Y K H S L
Decimal 168 234 182 0.28 0 0.22 0.08 132.73 0.61 0.79
Hex A8 EA B6 1C 0 16 8 85 3D 4F
Octal 250 352 266 34 0 26 10 205 75 117
Binary 10101000 11101010 10110110 11100 0 10110 1000 10000101 111101 1001111

Color Harmonies of #A8EAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAB6

Black with #A8EAB6

Text Example


Text Example

White with #A8EAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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