Html Css Color HEX #ADDDBA Fringy Flower

📋 copy color: '#ADDDBA'

red 173 ◦ green 221 ◦ blue 186

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

Shades of Fringy Flower #ADDDBA

Tints of Fringy Flower #ADDDBA

RGB

 RED value IS 173 (67.97% from 255) = 29.83%

 GREEN value IS 221 (86.72% from 255) = 38.1%

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

R = 29.83%
G = 38.1%
B = 32.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#ADDDBA (or 0xADDDBA) is known color: Fringy Flower. HEX triplet: AD, DD and BA. RGB value is (173,221,186). Sum of RGB (Red+Green+Blue) = 173+221+186=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDBA is #522245. Grayscale: #CACACA. Windows color (decimal): -5382726 or 12246445. OLE color: 12246445.

HSL color Cylindrical-coordinate representation of color #ADDDBA: hue angle of 136.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDDBA is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 186 -
CMYK 0.22 0 0.16 0.13
HSL 136.25º 0.41% 0.77% -
HSV(B) 136.25º 0.22% 0.87% -
XYZ 51.95 64.14 56.1 -
YUV 202.66 118.6 106.85 -
System Red Green Blue C M Y K H S L
Decimal 173 221 186 0.22 0 0.16 0.13 136.25 0.41 0.77
Hex AD DD BA 16 0 10 D 88 29 4D
Octal 255 335 272 26 0 20 15 210 51 115
Binary 10101101 11011101 10111010 10110 0 10000 1101 10001000 101001 1001101

Color Harmonies of #ADDDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDBA

Black with #ADDDBA

Text Example


Text Example

White with #ADDDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDBA; }

 p { color: rgb(173,221,186); }

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

background-color css

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

 a { background-color: rgb(173,221,186); }

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

border-color css

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

 span { border-color: rgb(173,221,186); }

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