Html Css Color HEX #AFDBBA Fringy Flower

📋 copy color: '#AFDBBA'

red 175 ◦ green 219 ◦ blue 186

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

Shades of Fringy Flower #AFDBBA

Tints of Fringy Flower #AFDBBA

RGB

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

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

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

R = 30.17%
G = 37.76%
B = 32.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#AFDBBA (or 0xAFDBBA) is known color: Fringy Flower. HEX triplet: AF, DB and BA. RGB value is (175,219,186). Sum of RGB (Red+Green+Blue) = 175+219+186=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBBA is #502445. Grayscale: #CACACA. Windows color (decimal): -5252166 or 12245935. OLE color: 12245935.

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

Color convert

RGB 175 219 186 -
CMYK 0.20 0 0.15 0.14
HSL 135º 0.38% 0.77% -
HSV(B) 135º 0.2% 0.86% -
XYZ 51.87 63.32 55.94 -
YUV 202.08 118.92 108.68 -
System Red Green Blue C M Y K H S L
Decimal 175 219 186 0.20 0 0.15 0.14 135 0.38 0.77
Hex AF DB BA 14 0 F E 87 26 4D
Octal 257 333 272 24 0 17 16 207 46 115
Binary 10101111 11011011 10111010 10100 0 1111 1110 10000111 100110 1001101

Color Harmonies of #AFDBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDBBA

Black with #AFDBBA

Text Example


Text Example

White with #AFDBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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