Html Css Color HEX #73DCCB Downy

📋 copy color: '#73DCCB'

red 115 ◦ green 220 ◦ blue 203

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

Shades of Downy #73DCCB

Tints of Downy #73DCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.89%

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

R = 21.38%
G = 40.89%
B = 37.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#73DCCB (or 0x73DCCB) is known color: Downy. HEX triplet: 73, DC and CB. RGB value is (115,220,203). Sum of RGB (Red+Green+Blue) = 115+220+203=538 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.38% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DCCB is #8C2334. Grayscale: #BABABA. Windows color (decimal): -9184053 or 13360243. OLE color: 13360243.

HSL color Cylindrical-coordinate representation of color #73DCCB: hue angle of 170.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DCCB is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 220 203 -
CMYK 0.48 0 0.08 0.14
HSL 170.29º 0.6% 0.66% -
HSV(B) 170.29º 0.48% 0.86% -
XYZ 43.44 59.14 65.63 -
YUV 186.67 137.21 76.88 -
System Red Green Blue C M Y K H S L
Decimal 115 220 203 0.48 0 0.08 0.14 170.29 0.6 0.66
Hex 73 DC CB 30 0 8 E AA 3C 42
Octal 163 334 313 60 0 10 16 252 74 102
Binary 1110011 11011100 11001011 110000 0 1000 1110 10101010 111100 1000010

Color Harmonies of #73DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DCCB

Black with #73DCCB

Text Example


Text Example

White with #73DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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