Html Css Color HEX #ADDCB9 Fringy Flower

📋 copy color: '#ADDCB9'

red 173 ◦ green 220 ◦ blue 185

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

Shades of Fringy Flower #ADDCB9

Tints of Fringy Flower #ADDCB9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.06%

 BLUE value IS 185 (72.66% from 255) = 32.01%

R = 29.93%
G = 38.06%
B = 32.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#ADDCB9 (or 0xADDCB9) is known color: Fringy Flower. HEX triplet: AD, DC and B9. RGB value is (173,220,185). Sum of RGB (Red+Green+Blue) = 173+220+185=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCB9 is #522346. Grayscale: #CACACA. Windows color (decimal): -5382983 or 12180653. OLE color: 12180653.

HSL color Cylindrical-coordinate representation of color #ADDCB9: hue angle of 135.32º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDCB9 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 185 -
CMYK 0.21 0 0.16 0.14
HSL 135.32º 0.4% 0.77% -
HSV(B) 135.32º 0.21% 0.86% -
XYZ 51.58 63.57 55.45 -
YUV 201.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 173 220 185 0.21 0 0.16 0.14 135.32 0.4 0.77
Hex AD DC B9 15 0 10 E 87 28 4D
Octal 255 334 271 25 0 20 16 207 50 115
Binary 10101101 11011100 10111001 10101 0 10000 1110 10000111 101000 1001101

Color Harmonies of #ADDCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCB9

Black with #ADDCB9

Text Example


Text Example

White with #ADDCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCB9; }

 p { color: rgb(173,220,185); }

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

background-color css

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

 a { background-color: rgb(173,220,185); }

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

border-color css

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

 span { border-color: rgb(173,220,185); }

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