Html Css Color HEX #73C9BD Downy

📋 copy color: '#73C9BD'

red 115 ◦ green 201 ◦ blue 189

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

Shades of Downy #73C9BD

Tints of Downy #73C9BD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.8%

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

R = 22.77%
G = 39.8%
B = 37.43%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#73C9BD (or 0x73C9BD) is known color: Downy. HEX triplet: 73, C9 and BD. RGB value is (115,201,189). Sum of RGB (Red+Green+Blue) = 115+201+189=505 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.77% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #73C9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C9BD is #8C3642. Grayscale: #ADADAD. Windows color (decimal): -9188931 or 12437875. OLE color: 12437875.

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

Color convert

RGB 115 201 189 -
CMYK 0.43 0 0.06 0.21
HSL 171.63º 0.44% 0.62% -
HSV(B) 171.63º 0.43% 0.79% -
XYZ 37.14 49.09 55.66 -
YUV 173.92 136.51 85.98 -
System Red Green Blue C M Y K H S L
Decimal 115 201 189 0.43 0 0.06 0.21 171.63 0.44 0.62
Hex 73 C9 BD 2B 0 6 15 AC 2C 3E
Octal 163 311 275 53 0 6 25 254 54 76
Binary 1110011 11001001 10111101 101011 0 110 10101 10101100 101100 111110

Color Harmonies of #73C9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C9BD

Black with #73C9BD

Text Example


Text Example

White with #73C9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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