#73E5CB

Color #73E5CB Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #73E5CB

Tints of Downy #73E5CB

Color information

#73E5CB (or 0x73E5CB) is unknown color: approx Downy. HEX triplet: 73, E5 and CB. RGB value is (115,229,203). Sum of RGB (Red+Green+Blue) = 115+229+203=547 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.02% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #73E5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E5CB is #8C1A34. Grayscale: #BFBFBF. Windows color (decimal): -9181749 or 13362547. OLE color: 13362547.

HSL color Cylindrical-coordinate representation of color #73E5CB: hue angle of 166.32º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E5CB is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB115229203-
CMYK0.5000.110.10
HSL166.32º68.67%67.45%-
HSV(B)166.32º49.78%89.8%-
XYZ45.876466.43-
YUV191.95134.2373.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.02%
GREEN value IS 229 (89.84% from 255) = 41.86%
BLUE value IS 203 (79.69% from 255) = 37.11%
R=21.02%
G=41.86%
B=37.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1152292030.5000.110.10166.3268.6767.45
Hex73E5CB320BAa64543
Octal1633453136201312246105103
Binary111001111100101110010111100100101110101010011010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,229,203); }

 H1.HeaderClassName
 {
   color: #73E5CB;
 }
 .AnyTagClassName
 {
   color: #73E5CB;
 }
</style>
background-color css

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

 a { background-color: rgb(115,229,203); }

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

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

 span { border-color: rgb(115,229,203); }

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