Html Css Color HEX #ADDEBF Fringy Flower

📋 copy color: '#ADDEBF'

red 173 ◦ green 222 ◦ blue 191

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

Shades of Fringy Flower #ADDEBF

Tints of Fringy Flower #ADDEBF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.88%

 BLUE value IS 191 (75% from 255) = 32.59%

R = 29.52%
G = 37.88%
B = 32.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#ADDEBF (or 0xADDEBF) is known color: Fringy Flower. HEX triplet: AD, DE and BF. RGB value is (173,222,191). Sum of RGB (Red+Green+Blue) = 173+222+191=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEBF is #522140. Grayscale: #CBCBCB. Windows color (decimal): -5382465 or 12574381. OLE color: 12574381.

HSL color Cylindrical-coordinate representation of color #ADDEBF: hue angle of 142.04º degrees, saturation: 0.43, 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 #ADDEBF is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 222 191 -
CMYK 0.22 0 0.14 0.13
HSL 142.04º 0.43% 0.77% -
HSV(B) 142.04º 0.22% 0.87% -
XYZ 52.76 64.89 59.03 -
YUV 203.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 173 222 191 0.22 0 0.14 0.13 142.04 0.43 0.77
Hex AD DE BF 16 0 E D 8E 2B 4D
Octal 255 336 277 26 0 16 15 216 53 115
Binary 10101101 11011110 10111111 10110 0 1110 1101 10001110 101011 1001101

Color Harmonies of #ADDEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEBF

Black with #ADDEBF

Text Example


Text Example

White with #ADDEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEBF; }

 p { color: rgb(173,222,191); }

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

background-color css

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

 a { background-color: rgb(173,222,191); }

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

border-color css

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

 span { border-color: rgb(173,222,191); }

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