Html Css Color HEX #73DCB6 Downy

📋 copy color: '#73DCB6'

red 115 ◦ green 220 ◦ blue 182

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

Shades of Downy #73DCB6

Tints of Downy #73DCB6

RGB

 RED value IS 115 (45.31% from 255) = 22.24%

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

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

R = 22.24%
G = 42.55%
B = 35.2%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#73DCB6 (or 0x73DCB6) is known color: Downy. HEX triplet: 73, DC and B6. RGB value is (115,220,182). Sum of RGB (Red+Green+Blue) = 115+220+182=517 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.24% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DCB6 is #8C2349. Grayscale: #B8B8B8. Windows color (decimal): -9184074 or 11983987. OLE color: 11983987.

HSL color Cylindrical-coordinate representation of color #73DCB6: hue angle of 158.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DCB6 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 220 182 -
CMYK 0.48 0 0.17 0.14
HSL 158.29º 0.6% 0.66% -
HSV(B) 158.29º 0.48% 0.86% -
XYZ 41.11 58.21 53.32 -
YUV 184.27 126.71 78.59 -
System Red Green Blue C M Y K H S L
Decimal 115 220 182 0.48 0 0.17 0.14 158.29 0.6 0.66
Hex 73 DC B6 30 0 11 E 9E 3C 42
Octal 163 334 266 60 0 21 16 236 74 102
Binary 1110011 11011100 10110110 110000 0 10001 1110 10011110 111100 1000010

Color Harmonies of #73DCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DCB6

Black with #73DCB6

Text Example


Text Example

White with #73DCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73DCB6; }

 p { color: rgb(115,220,182); }

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

background-color css

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

 a { background-color: rgb(115,220,182); }

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

border-color css

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

 span { border-color: rgb(115,220,182); }

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