Html Css Color HEX #73EBC4 Downy

📋 copy color: '#73EBC4'

red 115 ◦ green 235 ◦ blue 196

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

Shades of Downy #73EBC4

Tints of Downy #73EBC4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.04%

 BLUE value IS 196 (76.95% from 255) = 35.9%

R = 21.06%
G = 43.04%
B = 35.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#73EBC4 (or 0x73EBC4) is known color: Downy. HEX triplet: 73, EB and C4. RGB value is (115,235,196). Sum of RGB (Red+Green+Blue) = 115+235+196=546 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.06% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #73EBC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EBC4 is #8C143B. Grayscale: #C2C2C2. Windows color (decimal): -9180220 or 12905331. OLE color: 12905331.

HSL color Cylindrical-coordinate representation of color #73EBC4: hue angle of 160.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EBC4 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 235 196 -
CMYK 0.51 0 0.17 0.08
HSL 160.5º 0.75% 0.69% -
HSV(B) 160.5º 0.51% 0.92% -
XYZ 46.74 67.05 62.7 -
YUV 194.67 128.74 71.17 -
System Red Green Blue C M Y K H S L
Decimal 115 235 196 0.51 0 0.17 0.08 160.5 0.75 0.69
Hex 73 EB C4 33 0 11 8 A0 4B 45
Octal 163 353 304 63 0 21 10 240 113 105
Binary 1110011 11101011 11000100 110011 0 10001 1000 10100000 1001011 1000101

Color Harmonies of #73EBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EBC4

Black with #73EBC4

Text Example


Text Example

White with #73EBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,235,196); }

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

background-color css

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

 a { background-color: rgb(115,235,196); }

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

border-color css

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

 span { border-color: rgb(115,235,196); }

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