Html Css Color HEX #AFE0BA Fringy Flower

📋 copy color: '#AFE0BA'

red 175 ◦ green 224 ◦ blue 186

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

Shades of Fringy Flower #AFE0BA

Tints of Fringy Flower #AFE0BA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.29%

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

R = 29.91%
G = 38.29%
B = 31.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#AFE0BA (or 0xAFE0BA) is known color: Fringy Flower. HEX triplet: AF, E0 and BA. RGB value is (175,224,186). Sum of RGB (Red+Green+Blue) = 175+224+186=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0BA is #501F45. Grayscale: #CDCDCD. Windows color (decimal): -5250886 or 12247215. OLE color: 12247215.

HSL color Cylindrical-coordinate representation of color #AFE0BA: hue angle of 133.47º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE0BA is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 186 -
CMYK 0.22 0 0.17 0.12
HSL 133.47º 0.44% 0.78% -
HSV(B) 133.47º 0.22% 0.88% -
XYZ 53.2 65.97 56.38 -
YUV 205.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 175 224 186 0.22 0 0.17 0.12 133.47 0.44 0.78
Hex AF E0 BA 16 0 11 C 85 2C 4E
Octal 257 340 272 26 0 21 14 205 54 116
Binary 10101111 11100000 10111010 10110 0 10001 1100 10000101 101100 1001110

Color Harmonies of #AFE0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0BA

Black with #AFE0BA

Text Example


Text Example

White with #AFE0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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