Html Css Color HEX #AFF9BA Fringy Flower

📋 copy color: '#AFF9BA'

red 175 ◦ green 249 ◦ blue 186

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

Shades of Fringy Flower #AFF9BA

Tints of Fringy Flower #AFF9BA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.82%

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

R = 28.69%
G = 40.82%
B = 30.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#AFF9BA (or 0xAFF9BA) is known color: Fringy Flower. HEX triplet: AF, F9 and BA. RGB value is (175,249,186). Sum of RGB (Red+Green+Blue) = 175+249+186=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9BA is #500645. Grayscale: #DBDBDB. Windows color (decimal): -5244486 or 12253615. OLE color: 12253615.

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

Color convert

RGB 175 249 186 -
CMYK 0.30 0 0.25 0.02
HSL 128.92º 0.86% 0.83% -
HSV(B) 128.92º 0.3% 0.98% -
XYZ 60.42 80.41 58.79 -
YUV 219.69 108.98 96.12 -
System Red Green Blue C M Y K H S L
Decimal 175 249 186 0.30 0 0.25 0.02 128.92 0.86 0.83
Hex AF F9 BA 1E 0 19 2 81 56 53
Octal 257 371 272 36 0 31 2 201 126 123
Binary 10101111 11111001 10111010 11110 0 11001 10 10000001 1010110 1010011

Color Harmonies of #AFF9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9BA

Black with #AFF9BA

Text Example


Text Example

White with #AFF9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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