Html Css Color HEX #AFD8BA Fringy Flower

📋 copy color: '#AFD8BA'

red 175 ◦ green 216 ◦ blue 186

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

Shades of Fringy Flower #AFD8BA

Tints of Fringy Flower #AFD8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.44%

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

R = 30.33%
G = 37.44%
B = 32.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#AFD8BA (or 0xAFD8BA) is known color: Fringy Flower. HEX triplet: AF, D8 and BA. RGB value is (175,216,186). Sum of RGB (Red+Green+Blue) = 175+216+186=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD8BA is #502745. Grayscale: #C8C8C8. Windows color (decimal): -5252934 or 12245167. OLE color: 12245167.

HSL color Cylindrical-coordinate representation of color #AFD8BA: hue angle of 136.1º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD8BA is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 216 186 -
CMYK 0.19 0 0.14 0.15
HSL 136.1º 0.34% 0.77% -
HSV(B) 136.1º 0.19% 0.85% -
XYZ 51.1 61.77 55.68 -
YUV 200.32 119.92 109.94 -
System Red Green Blue C M Y K H S L
Decimal 175 216 186 0.19 0 0.14 0.15 136.1 0.34 0.77
Hex AF D8 BA 13 0 E F 88 22 4D
Octal 257 330 272 23 0 16 17 210 42 115
Binary 10101111 11011000 10111010 10011 0 1110 1111 10001000 100010 1001101

Color Harmonies of #AFD8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD8BA

Black with #AFD8BA

Text Example


Text Example

White with #AFD8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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