Html Css Color HEX #73DACA Downy

📋 copy color: '#73DACA'

red 115 ◦ green 218 ◦ blue 202

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

Shades of Downy #73DACA

Tints of Downy #73DACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.75%

 BLUE value IS 202 (79.3% from 255) = 37.76%

R = 21.5%
G = 40.75%
B = 37.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#73DACA (or 0x73DACA) is known color: Downy. HEX triplet: 73, DA and CA. RGB value is (115,218,202). Sum of RGB (Red+Green+Blue) = 115+218+202=535 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.50% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #73DACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DACA is #8C2535. Grayscale: #B9B9B9. Windows color (decimal): -9184566 or 13294195. OLE color: 13294195.

HSL color Cylindrical-coordinate representation of color #73DACA: hue angle of 170.68º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73DACA is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 218 202 -
CMYK 0.47 0 0.07 0.15
HSL 170.68º 0.58% 0.65% -
HSV(B) 170.68º 0.47% 0.85% -
XYZ 42.8 58.05 64.83 -
YUV 185.38 137.38 77.8 -
System Red Green Blue C M Y K H S L
Decimal 115 218 202 0.47 0 0.07 0.15 170.68 0.58 0.65
Hex 73 DA CA 2F 0 7 F AB 3A 41
Octal 163 332 312 57 0 7 17 253 72 101
Binary 1110011 11011010 11001010 101111 0 111 1111 10101011 111010 1000001

Color Harmonies of #73DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DACA

Black with #73DACA

Text Example


Text Example

White with #73DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,218,202); }

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

background-color css

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

 a { background-color: rgb(115,218,202); }

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

border-color css

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

 span { border-color: rgb(115,218,202); }

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