#73E3D4

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

Shades of Riptide #73E3D4

Tints of Riptide #73E3D4

Color information

#73E3D4 (or 0x73E3D4) is unknown color: approx Riptide. HEX triplet: 73, E3 and D4. RGB value is (115,227,212). Sum of RGB (Red+Green+Blue) = 115+227+212=554 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.76% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 227 - color contains mainly: green. Hex color #73E3D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E3D4 is #8C1C2B. Grayscale: #BFBFBF. Windows color (decimal): -9182252 or 13951859. OLE color: 13951859.

HSL color Cylindrical-coordinate representation of color #73E3D4: hue angle of 171.96º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E3D4 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB115227212-
CMYK0.4900.070.11
HSL171.96º66.67%67.06%-
HSV(B)171.96º49.34%89.02%-
XYZ46.4263.3472.07-
YUV191.8139.3973.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.76%
GREEN value IS 227 (89.06% from 255) = 40.97%
BLUE value IS 212 (83.20% from 255) = 38.27%
R=20.76%
G=40.97%
B=38.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1152272120.4900.070.11171.9666.6767.06
Hex73E3D43107Bac4343
Octal163343324610713254103103
Binary11100111110001111010100110001011110111010110010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,227,212); }

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

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

 a { background-color: rgb(115,227,212); }

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

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

 span { border-color: rgb(115,227,212); }

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