Html Css Color HEX #AFF0BA Fringy Flower

📋 copy color: '#AFF0BA'

red 175 ◦ green 240 ◦ blue 186

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

Shades of Fringy Flower #AFF0BA

Tints of Fringy Flower #AFF0BA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.93%

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

R = 29.12%
G = 39.93%
B = 30.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#AFF0BA (or 0xAFF0BA) is known color: Fringy Flower. HEX triplet: AF, F0 and BA. RGB value is (175,240,186). Sum of RGB (Red+Green+Blue) = 175+240+186=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0BA is #500F45. Grayscale: #D6D6D6. Windows color (decimal): -5246790 or 12251311. OLE color: 12251311.

HSL color Cylindrical-coordinate representation of color #AFF0BA: hue angle of 130.15º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0BA is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 186 -
CMYK 0.27 0 0.22 0.06
HSL 130.15º 0.68% 0.81% -
HSV(B) 130.15º 0.27% 0.94% -
XYZ 57.7 74.98 57.89 -
YUV 214.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 175 240 186 0.27 0 0.22 0.06 130.15 0.68 0.81
Hex AF F0 BA 1B 0 16 6 82 44 51
Octal 257 360 272 33 0 26 6 202 104 121
Binary 10101111 11110000 10111010 11011 0 10110 110 10000010 1000100 1010001

Color Harmonies of #AFF0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0BA

Black with #AFF0BA

Text Example


Text Example

White with #AFF0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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