Html Css Color HEX #AAFBBC Fringy Flower

📋 copy color: '#AAFBBC'

red 170 ◦ green 251 ◦ blue 188

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

Shades of Fringy Flower #AAFBBC

Tints of Fringy Flower #AAFBBC

RGB

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

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

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

R = 27.91%
G = 41.22%
B = 30.87%

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

#AAFBBC (or 0xAAFBBC) is known color: Fringy Flower. HEX triplet: AA, FB and BC. RGB value is (170,251,188). Sum of RGB (Red+Green+Blue) = 170+251+188=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBBC is #550443. Grayscale: #DBDBDB. Windows color (decimal): -5571652 or 12385194. OLE color: 12385194.

HSL color Cylindrical-coordinate representation of color #AAFBBC: hue angle of 133.33º 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 #AAFBBC is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 251 188 -
CMYK 0.32 0 0.25 0.02
HSL 133.33º 0.91% 0.83% -
HSV(B) 133.33º 0.32% 0.98% -
XYZ 60.15 81.17 60.07 -
YUV 219.6 110.16 92.62 -
System Red Green Blue C M Y K H S L
Decimal 170 251 188 0.32 0 0.25 0.02 133.33 0.91 0.83
Hex AA FB BC 20 0 19 2 85 5B 53
Octal 252 373 274 40 0 31 2 205 133 123
Binary 10101010 11111011 10111100 100000 0 11001 10 10000101 1011011 1010011

Color Harmonies of #AAFBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBBC

Black with #AAFBBC

Text Example


Text Example

White with #AAFBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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