Html Css Color HEX #73CEBD Downy

📋 copy color: '#73CEBD'

red 115 ◦ green 206 ◦ blue 189

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

Shades of Downy #73CEBD

Tints of Downy #73CEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.06%

R = 22.55%
G = 40.39%
B = 37.06%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#73CEBD (or 0x73CEBD) is known color: Downy. HEX triplet: 73, CE and BD. RGB value is (115,206,189). Sum of RGB (Red+Green+Blue) = 115+206+189=510 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.55% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #73CEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CEBD is #8C3142. Grayscale: #B0B0B0. Windows color (decimal): -9187651 or 12439155. OLE color: 12439155.

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

Color convert

RGB 115 206 189 -
CMYK 0.44 0 0.08 0.19
HSL 168.79º 0.48% 0.63% -
HSV(B) 168.79º 0.44% 0.81% -
XYZ 38.33 51.46 56.06 -
YUV 176.85 134.85 83.88 -
System Red Green Blue C M Y K H S L
Decimal 115 206 189 0.44 0 0.08 0.19 168.79 0.48 0.63
Hex 73 CE BD 2C 0 8 13 A9 30 3F
Octal 163 316 275 54 0 10 23 251 60 77
Binary 1110011 11001110 10111101 101100 0 1000 10011 10101001 110000 111111

Color Harmonies of #73CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CEBD

Black with #73CEBD

Text Example


Text Example

White with #73CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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