#93DCC5

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

Shades of Riptide #93DCC5

Tints of Riptide #93DCC5

Color information

#93DCC5 (or 0x93DCC5) is unknown color: approx Riptide. HEX triplet: 93, DC and C5. RGB value is (147,220,197). Sum of RGB (Red+Green+Blue) = 147+220+197=564 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.06% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DCC5 is #6C233A. Grayscale: #C3C3C3. Windows color (decimal): -7086907 or 12967059. OLE color: 12967059.

HSL color Cylindrical-coordinate representation of color #93DCC5: hue angle of 161.1º 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 #93DCC5 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB147220197-
CMYK0.3300.100.14
HSL161.1º51.05%71.96%-
HSV(B)161.1º33.18%86.27%-
XYZ47.761.4262.16-
YUV195.55128.8293.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.06%
GREEN value IS 220 (86.33% from 255) = 39.01%
BLUE value IS 197 (77.34% from 255) = 34.93%
R=26.06%
G=39.01%
B=34.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472201970.3300.100.14161.151.0571.96
Hex93DCC5210AEa13348
Octal223334305410121624163110
Binary100100111101110011000101100001010101110101000011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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