Html Css Color HEX #AFFFBA Fringy Flower

📋 copy color: '#AFFFBA'

red 175 ◦ green 255 ◦ blue 186

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

Shades of Fringy Flower #AFFFBA

Tints of Fringy Flower #AFFFBA

RGB

 RED value IS 175 (68.75% from 255) = 28.41%

 GREEN value IS 255 (100% from 255) = 41.4%

 BLUE value IS 186 (73.05% from 255) = 30.19%

R = 28.41%
G = 41.4%
B = 30.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#AFFFBA (or 0xAFFFBA) is known color: Fringy Flower. HEX triplet: AF, FF and BA. RGB value is (175,255,186). Sum of RGB (Red+Green+Blue) = 175+255+186=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFBA is #500045. Grayscale: #DFDFDF. Windows color (decimal): -5242950 or 12255151. OLE color: 12255151.

HSL color Cylindrical-coordinate representation of color #AFFFBA: hue angle of 128.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFBA is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 186 -
CMYK 0.31 0 0.27 0
HSL 128.25º 1% 0.84% -
HSV(B) 128.25º 0.31% 1% -
XYZ 62.3 84.18 59.42 -
YUV 223.21 107 93.61 -
System Red Green Blue C M Y K H S L
Decimal 175 255 186 0.31 0 0.27 0 128.25 1 0.84
Hex AF FF BA 1F 0 1B 0 80 64 54
Octal 257 377 272 37 0 33 0 200 144 124
Binary 10101111 11111111 10111010 11111 0 11011 0 10000000 1100100 1010100

Color Harmonies of #AFFFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFBA

Black with #AFFFBA

Text Example


Text Example

White with #AFFFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFBA; }

 p { color: rgb(175,255,186); }

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

background-color css

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

 a { background-color: rgb(175,255,186); }

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

border-color css

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

 span { border-color: rgb(175,255,186); }

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