Html Css Color HEX #AFDBC0 Fringy Flower

📋 copy color: '#AFDBC0'

red 175 ◦ green 219 ◦ blue 192

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

Shades of Fringy Flower #AFDBC0

Tints of Fringy Flower #AFDBC0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.37%

 BLUE value IS 192 (75.39% from 255) = 32.76%

R = 29.86%
G = 37.37%
B = 32.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#AFDBC0 (or 0xAFDBC0) is known color: Fringy Flower. HEX triplet: AF, DB and C0. RGB value is (175,219,192). Sum of RGB (Red+Green+Blue) = 175+219+192=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBC0 is #50243F. Grayscale: #CACACA. Windows color (decimal): -5252160 or 12639151. OLE color: 12639151.

HSL color Cylindrical-coordinate representation of color #AFDBC0: hue angle of 143.18º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDBC0 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 192 -
CMYK 0.20 0 0.12 0.14
HSL 143.18º 0.38% 0.77% -
HSV(B) 143.18º 0.2% 0.86% -
XYZ 52.53 63.58 59.37 -
YUV 202.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 175 219 192 0.20 0 0.12 0.14 143.18 0.38 0.77
Hex AF DB C0 14 0 C E 8F 26 4D
Octal 257 333 300 24 0 14 16 217 46 115
Binary 10101111 11011011 11000000 10100 0 1100 1110 10001111 100110 1001101

Color Harmonies of #AFDBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDBC0

Black with #AFDBC0

Text Example


Text Example

White with #AFDBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDBC0; }

 p { color: rgb(175,219,192); }

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

background-color css

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

 a { background-color: rgb(175,219,192); }

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

border-color css

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

 span { border-color: rgb(175,219,192); }

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