Html Css Color HEX #73D5C3 Downy

📋 copy color: '#73D5C3'

red 115 ◦ green 213 ◦ blue 195

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

Shades of Downy #73D5C3

Tints of Downy #73D5C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.28%

R = 21.99%
G = 40.73%
B = 37.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#73D5C3 (or 0x73D5C3) is known color: Downy. HEX triplet: 73, D5 and C3. RGB value is (115,213,195). Sum of RGB (Red+Green+Blue) = 115+213+195=523 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.99% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #73D5C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D5C3 is #8C2A3C. Grayscale: #B5B5B5. Windows color (decimal): -9185853 or 12834163. OLE color: 12834163.

HSL color Cylindrical-coordinate representation of color #73D5C3: hue angle of 168.98º 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 #73D5C3 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 213 195 -
CMYK 0.46 0 0.08 0.16
HSL 168.98º 0.54% 0.64% -
HSV(B) 168.98º 0.46% 0.84% -
XYZ 40.71 55.17 60.13 -
YUV 181.65 135.53 80.46 -
System Red Green Blue C M Y K H S L
Decimal 115 213 195 0.46 0 0.08 0.16 168.98 0.54 0.64
Hex 73 D5 C3 2E 0 8 10 A9 36 40
Octal 163 325 303 56 0 10 20 251 66 100
Binary 1110011 11010101 11000011 101110 0 1000 10000 10101001 110110 1000000

Color Harmonies of #73D5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D5C3

Black with #73D5C3

Text Example


Text Example

White with #73D5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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