#73E6D3

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

Shades of Riptide #73E6D3

Tints of Riptide #73E6D3

Color information

#73E6D3 (or 0x73E6D3) is unknown color: approx Riptide. HEX triplet: 73, E6 and D3. RGB value is (115,230,211). Sum of RGB (Red+Green+Blue) = 115+230+211=556 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.68% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 230 - color contains mainly: green. Hex color #73E6D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E6D3 is #8C192C. Grayscale: #C1C1C1. Windows color (decimal): -9181485 or 13887091. OLE color: 13887091.

HSL color Cylindrical-coordinate representation of color #73E6D3: hue angle of 170.09º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E6D3 is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB115230211-
CMYK0.500.080.10
HSL170.09º69.7%67.65%-
HSV(B)170.09º50%90.2%-
XYZ47.1264.9471.68-
YUV193.45137.972.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.68%
GREEN value IS 230 (90.23% from 255) = 41.37%
BLUE value IS 211 (82.81% from 255) = 37.95%
R=20.68%
G=41.37%
B=37.95%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1152302110.500.080.10170.0969.767.65
Hex73E6D33208Aaa4644
Octal1633463236201012252106104
Binary111001111100110110100111100100100010101010101010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,230,211); }

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

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

 a { background-color: rgb(115,230,211); }

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

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

 span { border-color: rgb(115,230,211); }

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