#73CCB8

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

Shades of Downy #73CCB8

Tints of Downy #73CCB8

Color information

#73CCB8 (or 0x73CCB8) is unknown color: approx Downy. HEX triplet: 73, CC and B8. RGB value is (115,204,184). Sum of RGB (Red+Green+Blue) = 115+204+184=503 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.86% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #73CCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CCB8 is #8C3347. Grayscale: #AFAFAF. Windows color (decimal): -9188168 or 12110963. OLE color: 12110963.

HSL color Cylindrical-coordinate representation of color #73CCB8: hue angle of 166.52º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CCB8 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB115204184-
CMYK0.4400.100.2
HSL166.52º46.6%62.55%-
HSV(B)166.52º43.63%80%-
XYZ37.3150.2953.09-
YUV175.11133.0185.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.86%
GREEN value IS 204 (80.08% from 255) = 40.56%
BLUE value IS 184 (72.27% from 255) = 36.58%
R=22.86%
G=40.56%
B=36.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1152041840.4400.100.2166.5246.662.55
Hex73CCB82C0A14a72f3f
Octal16331427054012242475777
Binary11100111100110010111000101100010101010010100111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,204,184); }

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

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

 a { background-color: rgb(115,204,184); }

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

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

 span { border-color: rgb(115,204,184); }

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