Html Css Color HEX #73CAC3 Downy

📋 copy color: '#73CAC3'

red 115 ◦ green 202 ◦ blue 195

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

Shades of Downy #73CAC3

Tints of Downy #73CAC3

RGB

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

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

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

R = 22.46%
G = 39.45%
B = 38.09%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#73CAC3 (or 0x73CAC3) is known color: Downy. HEX triplet: 73, CA and C3. RGB value is (115,202,195). Sum of RGB (Red+Green+Blue) = 115+202+195=512 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.46% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #73CAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CAC3 is #8C353C. Grayscale: #AFAFAF. Windows color (decimal): -9188669 or 12831347. OLE color: 12831347.

HSL color Cylindrical-coordinate representation of color #73CAC3: hue angle of 175.17º 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 #73CAC3 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 202 195 -
CMYK 0.43 0 0.03 0.21
HSL 175.17º 0.45% 0.62% -
HSV(B) 175.17º 0.43% 0.79% -
XYZ 38.04 49.83 59.24 -
YUV 175.19 139.18 85.07 -
System Red Green Blue C M Y K H S L
Decimal 115 202 195 0.43 0 0.03 0.21 175.17 0.45 0.62
Hex 73 CA C3 2B 0 3 15 AF 2D 3E
Octal 163 312 303 53 0 3 25 257 55 76
Binary 1110011 11001010 11000011 101011 0 11 10101 10101111 101101 111110

Color Harmonies of #73CAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CAC3

Black with #73CAC3

Text Example


Text Example

White with #73CAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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