Html Css Color HEX #73D4B5 Downy

📋 copy color: '#73D4B5'

red 115 ◦ green 212 ◦ blue 181

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

Shades of Downy #73D4B5

Tints of Downy #73D4B5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.73%

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

R = 22.64%
G = 41.73%
B = 35.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#73D4B5 (or 0x73D4B5) is known color: Downy. HEX triplet: 73, D4 and B5. RGB value is (115,212,181). Sum of RGB (Red+Green+Blue) = 115+212+181=508 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.64% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #73D4B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D4B5 is #8C2B4A. Grayscale: #B3B3B3. Windows color (decimal): -9186123 or 11916403. OLE color: 11916403.

HSL color Cylindrical-coordinate representation of color #73D4B5: hue angle of 160.82º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D4B5 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB 115 212 181 -
CMYK 0.46 0 0.15 0.17
HSL 160.82º 0.53% 0.64% -
HSV(B) 160.82º 0.46% 0.83% -
XYZ 38.95 54.07 52.1 -
YUV 179.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 115 212 181 0.46 0 0.15 0.17 160.82 0.53 0.64
Hex 73 D4 B5 2E 0 F 11 A1 35 40
Octal 163 324 265 56 0 17 21 241 65 100
Binary 1110011 11010100 10110101 101110 0 1111 10001 10100001 110101 1000000

Color Harmonies of #73D4B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D4B5

Black with #73D4B5

Text Example


Text Example

White with #73D4B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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