Html Css Color HEX #73DCC1 Downy

📋 copy color: '#73DCC1'

red 115 ◦ green 220 ◦ blue 193

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

Shades of Downy #73DCC1

Tints of Downy #73DCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.55%

R = 21.78%
G = 41.67%
B = 36.55%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#73DCC1 (or 0x73DCC1) is known color: Downy. HEX triplet: 73, DC and C1. RGB value is (115,220,193). Sum of RGB (Red+Green+Blue) = 115+220+193=528 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.78% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DCC1 is #8C233E. Grayscale: #B9B9B9. Windows color (decimal): -9184063 or 12704883. OLE color: 12704883.

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

Color convert

RGB 115 220 193 -
CMYK 0.48 0 0.12 0.14
HSL 164.57º 0.6% 0.66% -
HSV(B) 164.57º 0.48% 0.86% -
XYZ 42.29 58.68 59.55 -
YUV 185.53 132.21 77.7 -
System Red Green Blue C M Y K H S L
Decimal 115 220 193 0.48 0 0.12 0.14 164.57 0.6 0.66
Hex 73 DC C1 30 0 C E A5 3C 42
Octal 163 334 301 60 0 14 16 245 74 102
Binary 1110011 11011100 11000001 110000 0 1100 1110 10100101 111100 1000010

Color Harmonies of #73DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DCC1

Black with #73DCC1

Text Example


Text Example

White with #73DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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