Html Css Color HEX #AFDABA Fringy Flower

📋 copy color: '#AFDABA'

red 175 ◦ green 218 ◦ blue 186

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

Shades of Fringy Flower #AFDABA

Tints of Fringy Flower #AFDABA

RGB

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

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

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

R = 30.22%
G = 37.65%
B = 32.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#AFDABA (or 0xAFDABA) is known color: Fringy Flower. HEX triplet: AF, DA and BA. RGB value is (175,218,186). Sum of RGB (Red+Green+Blue) = 175+218+186=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDABA is #502545. Grayscale: #C9C9C9. Windows color (decimal): -5252422 or 12245679. OLE color: 12245679.

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

Color convert

RGB 175 218 186 -
CMYK 0.20 0 0.15 0.15
HSL 135.35º 0.37% 0.77% -
HSV(B) 135.35º 0.2% 0.85% -
XYZ 51.61 62.8 55.86 -
YUV 201.5 119.25 109.1 -
System Red Green Blue C M Y K H S L
Decimal 175 218 186 0.20 0 0.15 0.15 135.35 0.37 0.77
Hex AF DA BA 14 0 F F 87 25 4D
Octal 257 332 272 24 0 17 17 207 45 115
Binary 10101111 11011010 10111010 10100 0 1111 1111 10000111 100101 1001101

Color Harmonies of #AFDABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDABA

Black with #AFDABA

Text Example


Text Example

White with #AFDABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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