Html Css Color HEX #ADDABA Fringy Flower

📋 copy color: '#ADDABA'

red 173 ◦ green 218 ◦ blue 186

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

Shades of Fringy Flower #ADDABA

Tints of Fringy Flower #ADDABA

RGB

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

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

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

R = 29.98%
G = 37.78%
B = 32.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#ADDABA (or 0xADDABA) is known color: Fringy Flower. HEX triplet: AD, DA and BA. RGB value is (173,218,186). Sum of RGB (Red+Green+Blue) = 173+218+186=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDABA is #522545. Grayscale: #C8C8C8. Windows color (decimal): -5383494 or 12245677. OLE color: 12245677.

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

Color convert

RGB 173 218 186 -
CMYK 0.21 0 0.15 0.15
HSL 137.33º 0.38% 0.77% -
HSV(B) 137.33º 0.21% 0.85% -
XYZ 51.17 62.57 55.84 -
YUV 200.9 119.59 108.1 -
System Red Green Blue C M Y K H S L
Decimal 173 218 186 0.21 0 0.15 0.15 137.33 0.38 0.77
Hex AD DA BA 15 0 F F 89 26 4D
Octal 255 332 272 25 0 17 17 211 46 115
Binary 10101101 11011010 10111010 10101 0 1111 1111 10001001 100110 1001101

Color Harmonies of #ADDABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDABA

Black with #ADDABA

Text Example


Text Example

White with #ADDABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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