Html Css Color HEX #AFFABA Fringy Flower

📋 copy color: '#AFFABA'

red 175 ◦ green 250 ◦ blue 186

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

Shades of Fringy Flower #AFFABA

Tints of Fringy Flower #AFFABA

RGB

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

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

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

R = 28.64%
G = 40.92%
B = 30.44%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#AFFABA (or 0xAFFABA) is known color: Fringy Flower. HEX triplet: AF, FA and BA. RGB value is (175,250,186). Sum of RGB (Red+Green+Blue) = 175+250+186=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFABA is #500545. Grayscale: #DCDCDC. Windows color (decimal): -5244230 or 12253871. OLE color: 12253871.

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

Color convert

RGB 175 250 186 -
CMYK 0.3 0 0.26 0.02
HSL 128.8º 0.88% 0.83% -
HSV(B) 128.8º 0.3% 0.98% -
XYZ 60.73 81.03 58.89 -
YUV 220.28 108.65 95.7 -
System Red Green Blue C M Y K H S L
Decimal 175 250 186 0.3 0 0.26 0.02 128.8 0.88 0.83
Hex AF FA BA 1E 0 1A 2 81 58 53
Octal 257 372 272 36 0 32 2 201 130 123
Binary 10101111 11111010 10111010 11110 0 11010 10 10000001 1011000 1010011

Color Harmonies of #AFFABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFABA

Black with #AFFABA

Text Example


Text Example

White with #AFFABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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