Html Css Color HEX #73EBC3 Downy

📋 copy color: '#73EBC3'

red 115 ◦ green 235 ◦ blue 195

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

Shades of Downy #73EBC3

Tints of Downy #73EBC3

RGB

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

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

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

R = 21.1%
G = 43.12%
B = 35.78%

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

#73EBC3 (or 0x73EBC3) is known color: Downy. HEX triplet: 73, EB and C3. RGB value is (115,235,195). Sum of RGB (Red+Green+Blue) = 115+235+195=545 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.10% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #73EBC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EBC3 is #8C143C. Grayscale: #C2C2C2. Windows color (decimal): -9180221 or 12839795. OLE color: 12839795.

HSL color Cylindrical-coordinate representation of color #73EBC3: hue angle of 160º 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 #73EBC3 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 235 195 -
CMYK 0.51 0 0.17 0.08
HSL 160º 0.75% 0.69% -
HSV(B) 160º 0.51% 0.92% -
XYZ 46.63 67 62.1 -
YUV 194.56 128.24 71.25 -
System Red Green Blue C M Y K H S L
Decimal 115 235 195 0.51 0 0.17 0.08 160 0.75 0.69
Hex 73 EB C3 33 0 11 8 A0 4B 45
Octal 163 353 303 63 0 21 10 240 113 105
Binary 1110011 11101011 11000011 110011 0 10001 1000 10100000 1001011 1000101

Color Harmonies of #73EBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EBC3

Black with #73EBC3

Text Example


Text Example

White with #73EBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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