Html Css Color HEX #73DAC6 Downy

📋 copy color: '#73DAC6'

red 115 ◦ green 218 ◦ blue 198

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

Shades of Downy #73DAC6

Tints of Downy #73DAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.29%

R = 21.66%
G = 41.05%
B = 37.29%

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

#73DAC6 (or 0x73DAC6) is known color: Downy. HEX triplet: 73, DA and C6. RGB value is (115,218,198). Sum of RGB (Red+Green+Blue) = 115+218+198=531 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.66% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #73DAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DAC6 is #8C2539. Grayscale: #B8B8B8. Windows color (decimal): -9184570 or 13032051. OLE color: 13032051.

HSL color Cylindrical-coordinate representation of color #73DAC6: hue angle of 168.35º 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 #73DAC6 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 218 198 -
CMYK 0.47 0 0.09 0.15
HSL 168.35º 0.58% 0.65% -
HSV(B) 168.35º 0.47% 0.85% -
XYZ 42.33 57.86 62.36 -
YUV 184.92 135.38 78.13 -
System Red Green Blue C M Y K H S L
Decimal 115 218 198 0.47 0 0.09 0.15 168.35 0.58 0.65
Hex 73 DA C6 2F 0 9 F A8 3A 41
Octal 163 332 306 57 0 11 17 250 72 101
Binary 1110011 11011010 11000110 101111 0 1001 1111 10101000 111010 1000001

Color Harmonies of #73DAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DAC6

Black with #73DAC6

Text Example


Text Example

White with #73DAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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