Html Css Color HEX #AFDABB Fringy Flower

📋 copy color: '#AFDABB'

red 175 ◦ green 218 ◦ blue 187

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

Shades of Fringy Flower #AFDABB

Tints of Fringy Flower #AFDABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.24%

R = 30.17%
G = 37.59%
B = 32.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#AFDABB (or 0xAFDABB) is known color: Fringy Flower. HEX triplet: AF, DA and BB. RGB value is (175,218,187). Sum of RGB (Red+Green+Blue) = 175+218+187=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDABB is #502544. Grayscale: #C9C9C9. Windows color (decimal): -5252421 or 12311215. OLE color: 12311215.

HSL color Cylindrical-coordinate representation of color #AFDABB: hue angle of 136.74º 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 #AFDABB is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 187 -
CMYK 0.20 0 0.14 0.15
HSL 136.74º 0.37% 0.77% -
HSV(B) 136.74º 0.2% 0.85% -
XYZ 51.72 62.84 56.42 -
YUV 201.61 119.75 109.02 -
System Red Green Blue C M Y K H S L
Decimal 175 218 187 0.20 0 0.14 0.15 136.74 0.37 0.77
Hex AF DA BB 14 0 E F 89 25 4D
Octal 257 332 273 24 0 16 17 211 45 115
Binary 10101111 11011010 10111011 10100 0 1110 1111 10001001 100101 1001101

Color Harmonies of #AFDABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDABB

Black with #AFDABB

Text Example


Text Example

White with #AFDABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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