Html Css Color HEX #ADDEB6 Fringy Flower

📋 copy color: '#ADDEB6'

red 173 ◦ green 222 ◦ blue 182

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

Shades of Fringy Flower #ADDEB6

Tints of Fringy Flower #ADDEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.54%

R = 29.98%
G = 38.47%
B = 31.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#ADDEB6 (or 0xADDEB6) is known color: Fringy Flower. HEX triplet: AD, DE and B6. RGB value is (173,222,182). Sum of RGB (Red+Green+Blue) = 173+222+182=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEB6 is #522149. Grayscale: #CACACA. Windows color (decimal): -5382474 or 11984557. OLE color: 11984557.

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

Color convert

RGB 173 222 182 -
CMYK 0.22 0 0.18 0.13
HSL 131.02º 0.43% 0.77% -
HSV(B) 131.02º 0.22% 0.87% -
XYZ 51.8 64.5 53.98 -
YUV 202.79 116.27 106.75 -
System Red Green Blue C M Y K H S L
Decimal 173 222 182 0.22 0 0.18 0.13 131.02 0.43 0.77
Hex AD DE B6 16 0 12 D 83 2B 4D
Octal 255 336 266 26 0 22 15 203 53 115
Binary 10101101 11011110 10110110 10110 0 10010 1101 10000011 101011 1001101

Color Harmonies of #ADDEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEB6

Black with #ADDEB6

Text Example


Text Example

White with #ADDEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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