Html Css Color HEX #73DAC7 Downy

📋 copy color: '#73DAC7'

red 115 ◦ green 218 ◦ blue 199

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

Shades of Downy #73DAC7

Tints of Downy #73DAC7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.98%

 BLUE value IS 199 (78.13% from 255) = 37.41%

R = 21.62%
G = 40.98%
B = 37.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#73DAC7 (or 0x73DAC7) is known color: Downy. HEX triplet: 73, DA and C7. RGB value is (115,218,199). Sum of RGB (Red+Green+Blue) = 115+218+199=532 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.62% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #73DAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DAC7 is #8C2538. Grayscale: #B9B9B9. Windows color (decimal): -9184569 or 13097587. OLE color: 13097587.

HSL color Cylindrical-coordinate representation of color #73DAC7: hue angle of 168.93º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73DAC7 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 218 199 -
CMYK 0.47 0 0.09 0.15
HSL 168.93º 0.58% 0.65% -
HSV(B) 168.93º 0.47% 0.85% -
XYZ 42.45 57.91 62.97 -
YUV 185.04 135.88 78.04 -
System Red Green Blue C M Y K H S L
Decimal 115 218 199 0.47 0 0.09 0.15 168.93 0.58 0.65
Hex 73 DA C7 2F 0 9 F A9 3A 41
Octal 163 332 307 57 0 11 17 251 72 101
Binary 1110011 11011010 11000111 101111 0 1001 1111 10101001 111010 1000001

Color Harmonies of #73DAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DAC7

Black with #73DAC7

Text Example


Text Example

White with #73DAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,218,199); }

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

background-color css

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

 a { background-color: rgb(115,218,199); }

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

border-color css

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

 span { border-color: rgb(115,218,199); }

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