#73E5D1

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

Shades of Riptide #73E5D1

Tints of Riptide #73E5D1

Color information

#73E5D1 (or 0x73E5D1) is unknown color: approx Riptide. HEX triplet: 73, E5 and D1. RGB value is (115,229,209). Sum of RGB (Red+Green+Blue) = 115+229+209=553 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.80% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 229 - color contains mainly: green. Hex color #73E5D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E5D1 is #8C1A2E. Grayscale: #C0C0C0. Windows color (decimal): -9181743 or 13755763. OLE color: 13755763.

HSL color Cylindrical-coordinate representation of color #73E5D1: hue angle of 169.47º 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 #73E5D1 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB115229209-
CMYK0.5000.090.10
HSL169.47º68.67%67.45%-
HSV(B)169.47º49.78%89.8%-
XYZ46.664.2970.27-
YUV192.63137.2372.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.80%
GREEN value IS 229 (89.84% from 255) = 41.41%
BLUE value IS 209 (82.03% from 255) = 37.79%
R=20.80%
G=41.41%
B=37.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1152292090.5000.090.10169.4768.6767.45
Hex73E5D13209Aa94543
Octal1633453216201112251105103
Binary111001111100101110100011100100100110101010100110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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