Html Css Color HEX #73DEC6 Downy

📋 copy color: '#73DEC6'

red 115 ◦ green 222 ◦ blue 198

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

Shades of Downy #73DEC6

Tints of Downy #73DEC6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.5%

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

R = 21.5%
G = 41.5%
B = 37.01%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#73DEC6 (or 0x73DEC6) is known color: Downy. HEX triplet: 73, DE and C6. RGB value is (115,222,198). Sum of RGB (Red+Green+Blue) = 115+222+198=535 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.50% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #73DEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DEC6 is #8C2139. Grayscale: #BBBBBB. Windows color (decimal): -9183546 or 13033075. OLE color: 13033075.

HSL color Cylindrical-coordinate representation of color #73DEC6: hue angle of 166.54º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DEC6 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 222 198 -
CMYK 0.48 0 0.11 0.13
HSL 166.54º 0.62% 0.66% -
HSV(B) 166.54º 0.48% 0.87% -
XYZ 43.38 59.96 62.71 -
YUV 187.27 134.05 76.45 -
System Red Green Blue C M Y K H S L
Decimal 115 222 198 0.48 0 0.11 0.13 166.54 0.62 0.66
Hex 73 DE C6 30 0 B D A7 3E 42
Octal 163 336 306 60 0 13 15 247 76 102
Binary 1110011 11011110 11000110 110000 0 1011 1101 10100111 111110 1000010

Color Harmonies of #73DEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DEC6

Black with #73DEC6

Text Example


Text Example

White with #73DEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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