#93DCC4

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

Shades of Riptide #93DCC4

Tints of Riptide #93DCC4

Color information

#93DCC4 (or 0x93DCC4) is unknown color: approx Riptide. HEX triplet: 93, DC and C4. RGB value is (147,220,196). Sum of RGB (Red+Green+Blue) = 147+220+196=563 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.11% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DCC4 is #6C233B. Grayscale: #C3C3C3. Windows color (decimal): -7086908 or 12901523. OLE color: 12901523.

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

Color convert

RGB147220196-
CMYK0.3300.110.14
HSL160.27º51.05%71.96%-
HSV(B)160.27º33.18%86.27%-
XYZ47.5961.3761.56-
YUV195.44128.3293.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.11%
GREEN value IS 220 (86.33% from 255) = 39.08%
BLUE value IS 196 (76.95% from 255) = 34.81%
R=26.11%
G=39.08%
B=34.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472201960.3300.110.14160.2751.0571.96
Hex93DCC4210BEa03348
Octal223334304410131624063110
Binary100100111101110011000100100001010111110101000001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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