Html Css Color HEX #73DCC3 Downy

📋 copy color: '#73DCC3'

red 115 ◦ green 220 ◦ blue 195

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

Shades of Downy #73DCC3

Tints of Downy #73DCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.79%

R = 21.7%
G = 41.51%
B = 36.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#73DCC3 (or 0x73DCC3) is known color: Downy. HEX triplet: 73, DC and C3. RGB value is (115,220,195). Sum of RGB (Red+Green+Blue) = 115+220+195=530 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.70% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DCC3 is #8C233C. Grayscale: #B9B9B9. Windows color (decimal): -9184061 or 12835955. OLE color: 12835955.

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

Color convert

RGB 115 220 195 -
CMYK 0.48 0 0.11 0.14
HSL 165.71º 0.6% 0.66% -
HSV(B) 165.71º 0.48% 0.86% -
XYZ 42.51 58.77 60.73 -
YUV 185.76 133.21 77.53 -
System Red Green Blue C M Y K H S L
Decimal 115 220 195 0.48 0 0.11 0.14 165.71 0.6 0.66
Hex 73 DC C3 30 0 B E A6 3C 42
Octal 163 334 303 60 0 13 16 246 74 102
Binary 1110011 11011100 11000011 110000 0 1011 1110 10100110 111100 1000010

Color Harmonies of #73DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DCC3

Black with #73DCC3

Text Example


Text Example

White with #73DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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