Html Css Color HEX #73D5C0 Downy

📋 copy color: '#73D5C0'

red 115 ◦ green 213 ◦ blue 192

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

Shades of Downy #73D5C0

Tints of Downy #73D5C0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.96%

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 22.12%
G = 40.96%
B = 36.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#73D5C0 (or 0x73D5C0) is known color: Downy. HEX triplet: 73, D5 and C0. RGB value is (115,213,192). Sum of RGB (Red+Green+Blue) = 115+213+192=520 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.12% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #73D5C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D5C0 is #8C2A3F. Grayscale: #B5B5B5. Windows color (decimal): -9185856 or 12637555. OLE color: 12637555.

HSL color Cylindrical-coordinate representation of color #73D5C0: hue angle of 167.14º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D5C0 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 213 192 -
CMYK 0.46 0 0.10 0.16
HSL 167.14º 0.54% 0.64% -
HSV(B) 167.14º 0.46% 0.84% -
XYZ 40.38 55.04 58.36 -
YUV 181.3 134.03 80.71 -
System Red Green Blue C M Y K H S L
Decimal 115 213 192 0.46 0 0.10 0.16 167.14 0.54 0.64
Hex 73 D5 C0 2E 0 A 10 A7 36 40
Octal 163 325 300 56 0 12 20 247 66 100
Binary 1110011 11010101 11000000 101110 0 1010 10000 10100111 110110 1000000

Color Harmonies of #73D5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D5C0

Black with #73D5C0

Text Example


Text Example

White with #73D5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,213,192); }

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

background-color css

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

 a { background-color: rgb(115,213,192); }

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

border-color css

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

 span { border-color: rgb(115,213,192); }

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