Html Css Color HEX #73D5BB Downy

📋 copy color: '#73D5BB'

red 115 ◦ green 213 ◦ blue 187

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

Shades of Downy #73D5BB

Tints of Downy #73D5BB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.36%

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

R = 22.33%
G = 41.36%
B = 36.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#73D5BB (or 0x73D5BB) is known color: Downy. HEX triplet: 73, D5 and BB. RGB value is (115,213,187). Sum of RGB (Red+Green+Blue) = 115+213+187=515 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.33% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #73D5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D5BB is #8C2A44. Grayscale: #B4B4B4. Windows color (decimal): -9185861 or 12309875. OLE color: 12309875.

HSL color Cylindrical-coordinate representation of color #73D5BB: hue angle of 164.08º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D5BB is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 213 187 -
CMYK 0.46 0 0.12 0.16
HSL 164.08º 0.54% 0.64% -
HSV(B) 164.08º 0.46% 0.84% -
XYZ 39.83 54.82 55.5 -
YUV 180.73 131.53 81.11 -
System Red Green Blue C M Y K H S L
Decimal 115 213 187 0.46 0 0.12 0.16 164.08 0.54 0.64
Hex 73 D5 BB 2E 0 C 10 A4 36 40
Octal 163 325 273 56 0 14 20 244 66 100
Binary 1110011 11010101 10111011 101110 0 1100 10000 10100100 110110 1000000

Color Harmonies of #73D5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D5BB

Black with #73D5BB

Text Example


Text Example

White with #73D5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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