Html Css Color HEX #ADDFC0 Fringy Flower

📋 copy color: '#ADDFC0'

red 173 ◦ green 223 ◦ blue 192

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

Shades of Fringy Flower #ADDFC0

Tints of Fringy Flower #ADDFC0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.93%

 BLUE value IS 192 (75.39% from 255) = 32.65%

R = 29.42%
G = 37.93%
B = 32.65%

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

#ADDFC0 (or 0xADDFC0) is known color: Fringy Flower. HEX triplet: AD, DF and C0. RGB value is (173,223,192). Sum of RGB (Red+Green+Blue) = 173+223+192=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFC0 is #52203F. Grayscale: #CCCCCC. Windows color (decimal): -5382208 or 12640173. OLE color: 12640173.

HSL color Cylindrical-coordinate representation of color #ADDFC0: hue angle of 142.8º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDFC0 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 223 192 -
CMYK 0.22 0 0.14 0.13
HSL 142.8º 0.44% 0.78% -
HSV(B) 142.8º 0.22% 0.87% -
XYZ 53.14 65.47 59.7 -
YUV 204.52 120.94 105.52 -
System Red Green Blue C M Y K H S L
Decimal 173 223 192 0.22 0 0.14 0.13 142.8 0.44 0.78
Hex AD DF C0 16 0 E D 8F 2C 4E
Octal 255 337 300 26 0 16 15 217 54 116
Binary 10101101 11011111 11000000 10110 0 1110 1101 10001111 101100 1001110

Color Harmonies of #ADDFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFC0

Black with #ADDFC0

Text Example


Text Example

White with #ADDFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFC0; }

 p { color: rgb(173,223,192); }

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

background-color css

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

 a { background-color: rgb(173,223,192); }

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

border-color css

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

 span { border-color: rgb(173,223,192); }

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