Html Css Color HEX #73D6C6 Downy

📋 copy color: '#73D6C6'

red 115 ◦ green 214 ◦ blue 198

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

Shades of Downy #73D6C6

Tints of Downy #73D6C6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.61%

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

R = 21.82%
G = 40.61%
B = 37.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#73D6C6 (or 0x73D6C6) is known color: Downy. HEX triplet: 73, D6 and C6. RGB value is (115,214,198). Sum of RGB (Red+Green+Blue) = 115+214+198=527 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.82% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #73D6C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D6C6 is #8C2939. Grayscale: #B6B6B6. Windows color (decimal): -9185594 or 13031027. OLE color: 13031027.

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

Color convert

RGB 115 214 198 -
CMYK 0.46 0 0.07 0.16
HSL 170.3º 0.55% 0.65% -
HSV(B) 170.3º 0.46% 0.84% -
XYZ 41.31 55.82 62.02 -
YUV 182.58 136.7 79.8 -
System Red Green Blue C M Y K H S L
Decimal 115 214 198 0.46 0 0.07 0.16 170.3 0.55 0.65
Hex 73 D6 C6 2E 0 7 10 AA 37 41
Octal 163 326 306 56 0 7 20 252 67 101
Binary 1110011 11010110 11000110 101110 0 111 10000 10101010 110111 1000001

Color Harmonies of #73D6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D6C6

Black with #73D6C6

Text Example


Text Example

White with #73D6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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