Html Css Color HEX #73E8C5 Downy

📋 copy color: '#73E8C5'

red 115 ◦ green 232 ◦ blue 197

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

Shades of Downy #73E8C5

Tints of Downy #73E8C5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.65%

 BLUE value IS 197 (77.34% from 255) = 36.21%

R = 21.14%
G = 42.65%
B = 36.21%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#73E8C5 (or 0x73E8C5) is known color: Downy. HEX triplet: 73, E8 and C5. RGB value is (115,232,197). Sum of RGB (Red+Green+Blue) = 115+232+197=544 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.14% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 232 - color contains mainly: green. Hex color #73E8C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E8C5 is #8C173A. Grayscale: #C1C1C1. Windows color (decimal): -9180987 or 12970099. OLE color: 12970099.

HSL color Cylindrical-coordinate representation of color #73E8C5: hue angle of 162.05º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E8C5 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 115 232 197 -
CMYK 0.50 0 0.15 0.09
HSL 162.05º 0.72% 0.68% -
HSV(B) 162.05º 0.5% 0.91% -
XYZ 46 65.39 63.02 -
YUV 193.03 130.24 72.35 -
System Red Green Blue C M Y K H S L
Decimal 115 232 197 0.50 0 0.15 0.09 162.05 0.72 0.68
Hex 73 E8 C5 32 0 F 9 A2 48 44
Octal 163 350 305 62 0 17 11 242 110 104
Binary 1110011 11101000 11000101 110010 0 1111 1001 10100010 1001000 1000100

Color Harmonies of #73E8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E8C5

Black with #73E8C5

Text Example


Text Example

White with #73E8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,232,197); }

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

background-color css

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

 a { background-color: rgb(115,232,197); }

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

border-color css

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

 span { border-color: rgb(115,232,197); }

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