Html Css Color HEX #73E0C3 Downy

📋 copy color: '#73E0C3'

red 115 ◦ green 224 ◦ blue 195

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

Shades of Downy #73E0C3

Tints of Downy #73E0C3

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.95%

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

R = 21.54%
G = 41.95%
B = 36.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#73E0C3 (or 0x73E0C3) is known color: Downy. HEX triplet: 73, E0 and C3. RGB value is (115,224,195). Sum of RGB (Red+Green+Blue) = 115+224+195=534 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.54% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #73E0C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E0C3 is #8C1F3C. Grayscale: #BCBCBC. Windows color (decimal): -9183037 or 12836979. OLE color: 12836979.

HSL color Cylindrical-coordinate representation of color #73E0C3: hue angle of 164.04º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E0C3 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 115 224 195 -
CMYK 0.49 0 0.13 0.12
HSL 164.04º 0.64% 0.66% -
HSV(B) 164.04º 0.49% 0.88% -
XYZ 43.58 60.9 61.09 -
YUV 188.1 131.89 75.86 -
System Red Green Blue C M Y K H S L
Decimal 115 224 195 0.49 0 0.13 0.12 164.04 0.64 0.66
Hex 73 E0 C3 31 0 D C A4 40 42
Octal 163 340 303 61 0 15 14 244 100 102
Binary 1110011 11100000 11000011 110001 0 1101 1100 10100100 1000000 1000010

Color Harmonies of #73E0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E0C3

Black with #73E0C3

Text Example


Text Example

White with #73E0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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