Html Css Color HEX #AFF8BA Fringy Flower

📋 copy color: '#AFF8BA'

red 175 ◦ green 248 ◦ blue 186

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

Shades of Fringy Flower #AFF8BA

Tints of Fringy Flower #AFF8BA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.72%

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

R = 28.74%
G = 40.72%
B = 30.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#AFF8BA (or 0xAFF8BA) is known color: Fringy Flower. HEX triplet: AF, F8 and BA. RGB value is (175,248,186). Sum of RGB (Red+Green+Blue) = 175+248+186=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 248 (97.27% from 255 or 40.72% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8BA is #500745. Grayscale: #DBDBDB. Windows color (decimal): -5244742 or 12253359. OLE color: 12253359.

HSL color Cylindrical-coordinate representation of color #AFF8BA: hue angle of 129.04º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF8BA is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 186 -
CMYK 0.29 0 0.25 0.03
HSL 129.04º 0.84% 0.83% -
HSV(B) 129.04º 0.29% 0.97% -
XYZ 60.11 79.79 58.69 -
YUV 219.11 109.32 96.54 -
System Red Green Blue C M Y K H S L
Decimal 175 248 186 0.29 0 0.25 0.03 129.04 0.84 0.83
Hex AF F8 BA 1D 0 19 3 81 54 53
Octal 257 370 272 35 0 31 3 201 124 123
Binary 10101111 11111000 10111010 11101 0 11001 11 10000001 1010100 1010011

Color Harmonies of #AFF8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF8BA

Black with #AFF8BA

Text Example


Text Example

White with #AFF8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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