Html Css Color HEX #73DDCB Downy

📋 copy color: '#73DDCB'

red 115 ◦ green 221 ◦ blue 203

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

Shades of Downy #73DDCB

Tints of Downy #73DDCB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41%

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 21.34%
G = 41%
B = 37.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#73DDCB (or 0x73DDCB) is known color: Downy. HEX triplet: 73, DD and CB. RGB value is (115,221,203). Sum of RGB (Red+Green+Blue) = 115+221+203=539 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.34% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #73DDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DDCB is #8C2234. Grayscale: #BBBBBB. Windows color (decimal): -9183797 or 13360499. OLE color: 13360499.

HSL color Cylindrical-coordinate representation of color #73DDCB: hue angle of 169.81º degrees, saturation: 0.61, 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 #73DDCB is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 221 203 -
CMYK 0.48 0 0.08 0.13
HSL 169.81º 0.61% 0.66% -
HSV(B) 169.81º 0.48% 0.87% -
XYZ 43.71 59.67 65.71 -
YUV 187.25 136.88 76.46 -
System Red Green Blue C M Y K H S L
Decimal 115 221 203 0.48 0 0.08 0.13 169.81 0.61 0.66
Hex 73 DD CB 30 0 8 D AA 3D 42
Octal 163 335 313 60 0 10 15 252 75 102
Binary 1110011 11011101 11001011 110000 0 1000 1101 10101010 111101 1000010

Color Harmonies of #73DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DDCB

Black with #73DDCB

Text Example


Text Example

White with #73DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,221,203); }

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

background-color css

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

 a { background-color: rgb(115,221,203); }

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

border-color css

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

 span { border-color: rgb(115,221,203); }

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