Html Css Color HEX #AAFBC0 Fringy Flower

📋 copy color: '#AAFBC0'

red 170 ◦ green 251 ◦ blue 192

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

Shades of Fringy Flower #AAFBC0

Tints of Fringy Flower #AAFBC0

RGB

 RED value IS 170 (66.8% from 255) = 27.73%

 GREEN value IS 251 (98.44% from 255) = 40.95%

 BLUE value IS 192 (75.39% from 255) = 31.32%

R = 27.73%
G = 40.95%
B = 31.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#AAFBC0 (or 0xAAFBC0) is known color: Fringy Flower. HEX triplet: AA, FB and C0. RGB value is (170,251,192). Sum of RGB (Red+Green+Blue) = 170+251+192=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBC0 is #55043F. Grayscale: #DCDCDC. Windows color (decimal): -5571648 or 12647338. OLE color: 12647338.

HSL color Cylindrical-coordinate representation of color #AAFBC0: hue angle of 136.3º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFBC0 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 251 192 -
CMYK 0.32 0 0.24 0.02
HSL 136.3º 0.91% 0.83% -
HSV(B) 136.3º 0.32% 0.98% -
XYZ 60.59 81.35 62.38 -
YUV 220.06 112.16 92.3 -
System Red Green Blue C M Y K H S L
Decimal 170 251 192 0.32 0 0.24 0.02 136.3 0.91 0.83
Hex AA FB C0 20 0 18 2 88 5B 53
Octal 252 373 300 40 0 30 2 210 133 123
Binary 10101010 11111011 11000000 100000 0 11000 10 10001000 1011011 1010011

Color Harmonies of #AAFBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBC0

Black with #AAFBC0

Text Example


Text Example

White with #AAFBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBC0; }

 p { color: rgb(170,251,192); }

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

background-color css

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

 a { background-color: rgb(170,251,192); }

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

border-color css

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

 span { border-color: rgb(170,251,192); }

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