Html Css Color HEX #73DCB7 Downy

📋 copy color: '#73DCB7'

red 115 ◦ green 220 ◦ blue 183

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

Shades of Downy #73DCB7

Tints of Downy #73DCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.33%

R = 22.2%
G = 42.47%
B = 35.33%

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

#73DCB7 (or 0x73DCB7) is known color: Downy. HEX triplet: 73, DC and B7. RGB value is (115,220,183). Sum of RGB (Red+Green+Blue) = 115+220+183=518 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.20% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DCB7 is #8C2348. Grayscale: #B8B8B8. Windows color (decimal): -9184073 or 12049523. OLE color: 12049523.

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

Color convert

RGB 115 220 183 -
CMYK 0.48 0 0.17 0.14
HSL 158.86º 0.6% 0.66% -
HSV(B) 158.86º 0.48% 0.86% -
XYZ 41.21 58.25 53.87 -
YUV 184.39 127.21 78.51 -
System Red Green Blue C M Y K H S L
Decimal 115 220 183 0.48 0 0.17 0.14 158.86 0.6 0.66
Hex 73 DC B7 30 0 11 E 9F 3C 42
Octal 163 334 267 60 0 21 16 237 74 102
Binary 1110011 11011100 10110111 110000 0 10001 1110 10011111 111100 1000010

Color Harmonies of #73DCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DCB7

Black with #73DCB7

Text Example


Text Example

White with #73DCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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