Html Css Color HEX #AFF2BA Fringy Flower

📋 copy color: '#AFF2BA'

red 175 ◦ green 242 ◦ blue 186

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

Shades of Fringy Flower #AFF2BA

Tints of Fringy Flower #AFF2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.13%

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

R = 29.02%
G = 40.13%
B = 30.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#AFF2BA (or 0xAFF2BA) is known color: Fringy Flower. HEX triplet: AF, F2 and BA. RGB value is (175,242,186). Sum of RGB (Red+Green+Blue) = 175+242+186=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2BA is #500D45. Grayscale: #D7D7D7. Windows color (decimal): -5246278 or 12251823. OLE color: 12251823.

HSL color Cylindrical-coordinate representation of color #AFF2BA: hue angle of 129.85º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF2BA is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 186 -
CMYK 0.28 0 0.23 0.05
HSL 129.85º 0.72% 0.82% -
HSV(B) 129.85º 0.28% 0.95% -
XYZ 58.29 76.16 58.08 -
YUV 215.58 111.3 99.05 -
System Red Green Blue C M Y K H S L
Decimal 175 242 186 0.28 0 0.23 0.05 129.85 0.72 0.82
Hex AF F2 BA 1C 0 17 5 82 48 52
Octal 257 362 272 34 0 27 5 202 110 122
Binary 10101111 11110010 10111010 11100 0 10111 101 10000010 1001000 1010010

Color Harmonies of #AFF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2BA

Black with #AFF2BA

Text Example


Text Example

White with #AFF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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