Html Css Color HEX #73DEB5 Downy

📋 copy color: '#73DEB5'

red 115 ◦ green 222 ◦ blue 181

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

Shades of Downy #73DEB5

Tints of Downy #73DEB5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.86%

 BLUE value IS 181 (71.09% from 255) = 34.94%

R = 22.2%
G = 42.86%
B = 34.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#73DEB5 (or 0x73DEB5) is known color: Downy. HEX triplet: 73, DE and B5. RGB value is (115,222,181). Sum of RGB (Red+Green+Blue) = 115+222+181=518 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.20% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #73DEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DEB5 is #8C214A. Grayscale: #B9B9B9. Windows color (decimal): -9183563 or 11918963. OLE color: 11918963.

HSL color Cylindrical-coordinate representation of color #73DEB5: hue angle of 157.01º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DEB5 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 222 181 -
CMYK 0.48 0 0.18 0.13
HSL 157.01º 0.62% 0.66% -
HSV(B) 157.01º 0.48% 0.87% -
XYZ 41.53 59.22 52.96 -
YUV 185.33 125.55 77.83 -
System Red Green Blue C M Y K H S L
Decimal 115 222 181 0.48 0 0.18 0.13 157.01 0.62 0.66
Hex 73 DE B5 30 0 12 D 9D 3E 42
Octal 163 336 265 60 0 22 15 235 76 102
Binary 1110011 11011110 10110101 110000 0 10010 1101 10011101 111110 1000010

Color Harmonies of #73DEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DEB5

Black with #73DEB5

Text Example


Text Example

White with #73DEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,222,181); }

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

background-color css

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

 a { background-color: rgb(115,222,181); }

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

border-color css

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

 span { border-color: rgb(115,222,181); }

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