Html Css Color HEX #AFD6BA Fringy Flower

📋 copy color: '#AFD6BA'

red 175 ◦ green 214 ◦ blue 186

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

Shades of Fringy Flower #AFD6BA

Tints of Fringy Flower #AFD6BA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.22%

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

R = 30.43%
G = 37.22%
B = 32.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#AFD6BA (or 0xAFD6BA) is known color: Fringy Flower. HEX triplet: AF, D6 and BA. RGB value is (175,214,186). Sum of RGB (Red+Green+Blue) = 175+214+186=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD6BA is #502945. Grayscale: #C7C7C7. Windows color (decimal): -5253446 or 12244655. OLE color: 12244655.

HSL color Cylindrical-coordinate representation of color #AFD6BA: hue angle of 136.92º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFD6BA is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 214 186 -
CMYK 0.18 0 0.13 0.16
HSL 136.92º 0.32% 0.76% -
HSV(B) 136.92º 0.18% 0.84% -
XYZ 50.59 60.75 55.51 -
YUV 199.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 175 214 186 0.18 0 0.13 0.16 136.92 0.32 0.76
Hex AF D6 BA 12 0 D 10 89 20 4C
Octal 257 326 272 22 0 15 20 211 40 114
Binary 10101111 11010110 10111010 10010 0 1101 10000 10001001 100000 1001100

Color Harmonies of #AFD6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD6BA

Black with #AFD6BA

Text Example


Text Example

White with #AFD6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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