#93D4C9

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

Shades of Riptide #93D4C9

Tints of Riptide #93D4C9

Color information

#93D4C9 (or 0x93D4C9) is unknown color: approx Riptide. HEX triplet: 93, D4 and C9. RGB value is (147,212,201). Sum of RGB (Red+Green+Blue) = 147+212+201=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 212 - color contains mainly: green. Hex color #93D4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D4C9 is #6C2B36. Grayscale: #BFBFBF. Windows color (decimal): -7088951 or 13227155. OLE color: 13227155.

HSL color Cylindrical-coordinate representation of color #93D4C9: hue angle of 169.85º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D4C9 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB147212201-
CMYK0.3100.050.17
HSL169.85º43.05%70.39%-
HSV(B)169.85º30.66%83.14%-
XYZ46.1257.5163.93-
YUV191.31133.4796.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.25%
GREEN value IS 212 (83.20% from 255) = 37.86%
BLUE value IS 201 (78.91% from 255) = 35.89%
R=26.25%
G=37.86%
B=35.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1472122010.3100.050.17169.8543.0570.39
Hex93D4C91F0511aa2b46
Octal22332431137052125253106
Binary10010011110101001100100111111010110001101010101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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