Html Css Color HEX #73E5BD Downy

📋 copy color: '#73E5BD'

red 115 ◦ green 229 ◦ blue 189

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

Shades of Downy #73E5BD

Tints of Downy #73E5BD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.96%

 BLUE value IS 189 (74.22% from 255) = 35.46%

R = 21.58%
G = 42.96%
B = 35.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#73E5BD (or 0x73E5BD) is known color: Downy. HEX triplet: 73, E5 and BD. RGB value is (115,229,189). Sum of RGB (Red+Green+Blue) = 115+229+189=533 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.58% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #73E5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E5BD is #8C1A42. Grayscale: #BEBEBE. Windows color (decimal): -9181763 or 12445043. OLE color: 12445043.

HSL color Cylindrical-coordinate representation of color #73E5BD: hue angle of 158.95º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E5BD is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 115 229 189 -
CMYK 0.50 0 0.17 0.10
HSL 158.95º 0.69% 0.67% -
HSV(B) 158.95º 0.5% 0.9% -
XYZ 44.27 63.36 58.04 -
YUV 190.35 127.23 74.25 -
System Red Green Blue C M Y K H S L
Decimal 115 229 189 0.50 0 0.17 0.10 158.95 0.69 0.67
Hex 73 E5 BD 32 0 11 A 9F 45 43
Octal 163 345 275 62 0 21 12 237 105 103
Binary 1110011 11100101 10111101 110010 0 10001 1010 10011111 1000101 1000011

Color Harmonies of #73E5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E5BD

Black with #73E5BD

Text Example


Text Example

White with #73E5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,229,189); }

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

background-color css

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

 a { background-color: rgb(115,229,189); }

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

border-color css

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

 span { border-color: rgb(115,229,189); }

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