Html Css Color HEX #AFE3BA Fringy Flower

📋 copy color: '#AFE3BA'

red 175 ◦ green 227 ◦ blue 186

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

Shades of Fringy Flower #AFE3BA

Tints of Fringy Flower #AFE3BA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.61%

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

R = 29.76%
G = 38.61%
B = 31.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#AFE3BA (or 0xAFE3BA) is known color: Fringy Flower. HEX triplet: AF, E3 and BA. RGB value is (175,227,186). Sum of RGB (Red+Green+Blue) = 175+227+186=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 227 (89.06% from 255 or 38.61% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3BA is #501C45. Grayscale: #CECECE. Windows color (decimal): -5250118 or 12247983. OLE color: 12247983.

HSL color Cylindrical-coordinate representation of color #AFE3BA: hue angle of 132.69º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE3BA is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 186 -
CMYK 0.23 0 0.18 0.11
HSL 132.69º 0.48% 0.79% -
HSV(B) 132.69º 0.23% 0.89% -
XYZ 54.01 67.6 56.66 -
YUV 206.78 116.27 105.33 -
System Red Green Blue C M Y K H S L
Decimal 175 227 186 0.23 0 0.18 0.11 132.69 0.48 0.79
Hex AF E3 BA 17 0 12 B 85 30 4F
Octal 257 343 272 27 0 22 13 205 60 117
Binary 10101111 11100011 10111010 10111 0 10010 1011 10000101 110000 1001111

Color Harmonies of #AFE3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE3BA

Black with #AFE3BA

Text Example


Text Example

White with #AFE3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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