Html Css Color HEX #AAFABC Fringy Flower

📋 copy color: '#AAFABC'

red 170 ◦ green 250 ◦ blue 188

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

Shades of Fringy Flower #AAFABC

Tints of Fringy Flower #AAFABC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.12%

 BLUE value IS 188 (73.83% from 255) = 30.92%

R = 27.96%
G = 41.12%
B = 30.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#AAFABC (or 0xAAFABC) is known color: Fringy Flower. HEX triplet: AA, FA and BC. RGB value is (170,250,188). Sum of RGB (Red+Green+Blue) = 170+250+188=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFABC is #550543. Grayscale: #DBDBDB. Windows color (decimal): -5571908 or 12384938. OLE color: 12384938.

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

Color convert

RGB 170 250 188 -
CMYK 0.32 0 0.25 0.02
HSL 133.5º 0.89% 0.82% -
HSV(B) 133.5º 0.32% 0.98% -
XYZ 59.84 80.55 59.97 -
YUV 219.01 110.5 93.04 -
System Red Green Blue C M Y K H S L
Decimal 170 250 188 0.32 0 0.25 0.02 133.5 0.89 0.82
Hex AA FA BC 20 0 19 2 86 59 52
Octal 252 372 274 40 0 31 2 206 131 122
Binary 10101010 11111010 10111100 100000 0 11001 10 10000110 1011001 1010010

Color Harmonies of #AAFABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFABC

Black with #AAFABC

Text Example


Text Example

White with #AAFABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFABC; }

 p { color: rgb(170,250,188); }

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

background-color css

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

 a { background-color: rgb(170,250,188); }

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

border-color css

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

 span { border-color: rgb(170,250,188); }

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