Html Css Color HEX #73CEC2 Downy

📋 copy color: '#73CEC2'

red 115 ◦ green 206 ◦ blue 194

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

Shades of Downy #73CEC2

Tints of Downy #73CEC2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40%

 BLUE value IS 194 (76.17% from 255) = 37.67%

R = 22.33%
G = 40%
B = 37.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#73CEC2 (or 0x73CEC2) is known color: Downy. HEX triplet: 73, CE and C2. RGB value is (115,206,194). Sum of RGB (Red+Green+Blue) = 115+206+194=515 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.33% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #73CEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CEC2 is #8C313D. Grayscale: #B1B1B1. Windows color (decimal): -9187646 or 12766835. OLE color: 12766835.

HSL color Cylindrical-coordinate representation of color #73CEC2: hue angle of 172.09º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CEC2 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 206 194 -
CMYK 0.44 0 0.06 0.19
HSL 172.09º 0.48% 0.63% -
HSV(B) 172.09º 0.44% 0.81% -
XYZ 38.88 51.68 58.97 -
YUV 177.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 115 206 194 0.44 0 0.06 0.19 172.09 0.48 0.63
Hex 73 CE C2 2C 0 6 13 AC 30 3F
Octal 163 316 302 54 0 6 23 254 60 77
Binary 1110011 11001110 11000010 101100 0 110 10011 10101100 110000 111111

Color Harmonies of #73CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CEC2

Black with #73CEC2

Text Example


Text Example

White with #73CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,206,194); }

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

background-color css

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

 a { background-color: rgb(115,206,194); }

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

border-color css

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

 span { border-color: rgb(115,206,194); }

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