Html Css Color HEX #73CAC5 Downy

📋 copy color: '#73CAC5'

red 115 ◦ green 202 ◦ blue 197

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

Shades of Downy #73CAC5

Tints of Downy #73CAC5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.3%

 BLUE value IS 197 (77.34% from 255) = 38.33%

R = 22.37%
G = 39.3%
B = 38.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#73CAC5 (or 0x73CAC5) is known color: Downy. HEX triplet: 73, CA and C5. RGB value is (115,202,197). Sum of RGB (Red+Green+Blue) = 115+202+197=514 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.37% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #73CAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CAC5 is #8C353A. Grayscale: #AFAFAF. Windows color (decimal): -9188667 or 12962419. OLE color: 12962419.

HSL color Cylindrical-coordinate representation of color #73CAC5: hue angle of 176.55º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73CAC5 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 202 197 -
CMYK 0.43 0 0.02 0.21
HSL 176.55º 0.45% 0.62% -
HSV(B) 176.55º 0.43% 0.79% -
XYZ 38.27 49.92 60.44 -
YUV 175.42 140.18 84.91 -
System Red Green Blue C M Y K H S L
Decimal 115 202 197 0.43 0 0.02 0.21 176.55 0.45 0.62
Hex 73 CA C5 2B 0 2 15 B1 2D 3E
Octal 163 312 305 53 0 2 25 261 55 76
Binary 1110011 11001010 11000101 101011 0 10 10101 10110001 101101 111110

Color Harmonies of #73CAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CAC5

Black with #73CAC5

Text Example


Text Example

White with #73CAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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