Html Css Color HEX #ADDCBE Fringy Flower

📋 copy color: '#ADDCBE'

red 173 ◦ green 220 ◦ blue 190

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

Shades of Fringy Flower #ADDCBE

Tints of Fringy Flower #ADDCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.59%

R = 29.67%
G = 37.74%
B = 32.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#ADDCBE (or 0xADDCBE) is known color: Fringy Flower. HEX triplet: AD, DC and BE. RGB value is (173,220,190). Sum of RGB (Red+Green+Blue) = 173+220+190=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCBE is #522341. Grayscale: #CACACA. Windows color (decimal): -5382978 or 12508333. OLE color: 12508333.

HSL color Cylindrical-coordinate representation of color #ADDCBE: hue angle of 141.7º 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 #ADDCBE is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 190 -
CMYK 0.21 0 0.14 0.14
HSL 141.7º 0.4% 0.77% -
HSV(B) 141.7º 0.21% 0.86% -
XYZ 52.12 63.79 58.28 -
YUV 202.53 120.93 106.94 -
System Red Green Blue C M Y K H S L
Decimal 173 220 190 0.21 0 0.14 0.14 141.7 0.4 0.77
Hex AD DC BE 15 0 E E 8E 28 4D
Octal 255 334 276 25 0 16 16 216 50 115
Binary 10101101 11011100 10111110 10101 0 1110 1110 10001110 101000 1001101

Color Harmonies of #ADDCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCBE

Black with #ADDCBE

Text Example


Text Example

White with #ADDCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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