Html Css Color HEX #73DCBB Downy

📋 copy color: '#73DCBB'

red 115 ◦ green 220 ◦ blue 187

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

Shades of Downy #73DCBB

Tints of Downy #73DCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.82%

R = 22.03%
G = 42.15%
B = 35.82%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#73DCBB (or 0x73DCBB) is known color: Downy. HEX triplet: 73, DC and BB. RGB value is (115,220,187). Sum of RGB (Red+Green+Blue) = 115+220+187=522 (69% of max value = 765). Red value is 115 (45.31% from 255 or 22.03% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DCBB is #8C2344. Grayscale: #B8B8B8. Windows color (decimal): -9184069 or 12311667. OLE color: 12311667.

HSL color Cylindrical-coordinate representation of color #73DCBB: hue angle of 161.14º 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 #73DCBB is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 220 187 -
CMYK 0.48 0 0.15 0.14
HSL 161.14º 0.6% 0.66% -
HSV(B) 161.14º 0.48% 0.86% -
XYZ 41.63 58.42 56.1 -
YUV 184.84 129.21 78.18 -
System Red Green Blue C M Y K H S L
Decimal 115 220 187 0.48 0 0.15 0.14 161.14 0.6 0.66
Hex 73 DC BB 30 0 F E A1 3C 42
Octal 163 334 273 60 0 17 16 241 74 102
Binary 1110011 11011100 10111011 110000 0 1111 1110 10100001 111100 1000010

Color Harmonies of #73DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DCBB

Black with #73DCBB

Text Example


Text Example

White with #73DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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