#73EBC2

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

Shades of Downy #73EBC2

Tints of Downy #73EBC2

Color information

#73EBC2 (or 0x73EBC2) is unknown color: approx Downy. HEX triplet: 73, EB and C2. RGB value is (115,235,194). Sum of RGB (Red+Green+Blue) = 115+235+194=544 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.14% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #73EBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EBC2 is #8C143D. Grayscale: #C2C2C2. Windows color (decimal): -9180222 or 12774259. OLE color: 12774259.

HSL color Cylindrical-coordinate representation of color #73EBC2: hue angle of 159.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EBC2 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB115235194-
CMYK0.5100.170.08
HSL159.5º75%68.63%-
HSV(B)159.5º51.06%92.16%-
XYZ46.5266.9661.51-
YUV194.45127.7471.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.14%
GREEN value IS 235 (92.19% from 255) = 43.20%
BLUE value IS 194 (76.17% from 255) = 35.66%
R=21.14%
G=43.20%
B=35.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1152351940.5100.170.08159.57568.63
Hex73EBC2330118a04b45
Octal1633533026302110240113105
Binary1110011111010111100001011001101000110001010000010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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