#93DDC0

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

Shades of Riptide #93DDC0

Tints of Riptide #93DDC0

Color information

#93DDC0 (or 0x93DDC0) is unknown color: approx Riptide. HEX triplet: 93, DD and C0. RGB value is (147,221,192). Sum of RGB (Red+Green+Blue) = 147+221+192=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDC0 is #6C223F. Grayscale: #C3C3C3. Windows color (decimal): -7086656 or 12639635. OLE color: 12639635.

HSL color Cylindrical-coordinate representation of color #93DDC0: hue angle of 156.49º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DDC0 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB147221192-
CMYK0.3300.130.13
HSL156.49º52.11%72.16%-
HSV(B)156.49º33.48%86.67%-
XYZ47.461.7259.28-
YUV195.57125.9893.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.25%
GREEN value IS 221 (86.72% from 255) = 39.46%
BLUE value IS 192 (75.39% from 255) = 34.29%
R=26.25%
G=39.46%
B=34.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472211920.3300.130.13156.4952.1172.16
Hex93DDC0210DD9c3448
Octal223335300410151523464110
Binary100100111101110111000000100001011011101100111001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93DDC0; }

 p { color: rgb(147,221,192); }

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

<style>
 a { background-color: #93DDC0; }

 a { background-color: rgb(147,221,192); }

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

<style>
 span { border-color: #93DDC0; }

 span { border-color: rgb(147,221,192); }

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