Html Css Color HEX #AFDABF Fringy Flower

📋 copy color: '#AFDABF'

red 175 ◦ green 218 ◦ blue 191

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

Shades of Fringy Flower #AFDABF

Tints of Fringy Flower #AFDABF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.33%

 BLUE value IS 191 (75% from 255) = 32.71%

R = 29.97%
G = 37.33%
B = 32.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#AFDABF (or 0xAFDABF) is known color: Fringy Flower. HEX triplet: AF, DA and BF. RGB value is (175,218,191). Sum of RGB (Red+Green+Blue) = 175+218+191=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDABF is #502540. Grayscale: #CACACA. Windows color (decimal): -5252417 or 12573359. OLE color: 12573359.

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

Color convert

RGB 175 218 191 -
CMYK 0.20 0 0.12 0.15
HSL 142.33º 0.37% 0.77% -
HSV(B) 142.33º 0.2% 0.85% -
XYZ 52.15 63.02 58.71 -
YUV 202.07 121.75 108.7 -
System Red Green Blue C M Y K H S L
Decimal 175 218 191 0.20 0 0.12 0.15 142.33 0.37 0.77
Hex AF DA BF 14 0 C F 8E 25 4D
Octal 257 332 277 24 0 14 17 216 45 115
Binary 10101111 11011010 10111111 10100 0 1100 1111 10001110 100101 1001101

Color Harmonies of #AFDABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDABF

Black with #AFDABF

Text Example


Text Example

White with #AFDABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDABF; }

 p { color: rgb(175,218,191); }

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

background-color css

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

 a { background-color: rgb(175,218,191); }

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

border-color css

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

 span { border-color: rgb(175,218,191); }

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