#93DCD4

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

Shades of Riptide #93DCD4

Tints of Riptide #93DCD4

Color information

#93DCD4 (or 0x93DCD4) is unknown color: approx Riptide. HEX triplet: 93, DC and D4. RGB value is (147,220,212). Sum of RGB (Red+Green+Blue) = 147+220+212=579 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.39% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DCD4 is #6C232B. Grayscale: #C5C5C5. Windows color (decimal): -7086892 or 13950099. OLE color: 13950099.

HSL color Cylindrical-coordinate representation of color #93DCD4: hue angle of 173.42º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DCD4 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB147220212-
CMYK0.3300.040.14
HSL173.42º51.05%71.96%-
HSV(B)173.42º33.18%86.27%-
XYZ49.5162.1471.67-
YUV197.26136.3292.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.39%
GREEN value IS 220 (86.33% from 255) = 38.00%
BLUE value IS 212 (83.20% from 255) = 36.61%
R=25.39%
G=38.00%
B=36.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472202120.3300.040.14173.4251.0571.96
Hex93DCD42104Ead3348
Octal22333432441041625563110
Binary10010011110111001101010010000101001110101011011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,220,212); }

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

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

 a { background-color: rgb(147,220,212); }

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

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

 span { border-color: rgb(147,220,212); }

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