#93DFCE

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

Shades of Riptide #93DFCE

Tints of Riptide #93DFCE

Color information

#93DFCE (or 0x93DFCE) is unknown color: approx Riptide. HEX triplet: 93, DF and CE. RGB value is (147,223,206). Sum of RGB (Red+Green+Blue) = 147+223+206=576 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.52% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #93DFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DFCE is #6C2031. Grayscale: #C6C6C6. Windows color (decimal): -7086130 or 13557651. OLE color: 13557651.

HSL color Cylindrical-coordinate representation of color #93DFCE: hue angle of 166.58º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DFCE is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB147223206-
CMYK0.3400.080.13
HSL166.58º54.29%72.55%-
HSV(B)166.58º34.08%87.45%-
XYZ49.5663.4368.02-
YUV198.34132.3291.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.52%
GREEN value IS 223 (87.5% from 255) = 38.72%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=25.52%
G=38.72%
B=35.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472232060.3400.080.13166.5854.2972.55
Hex93DFCE2208Da73649
Octal223337316420101524766111
Binary100100111101111111001110100010010001101101001111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,223,206); }

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

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

 a { background-color: rgb(147,223,206); }

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

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

 span { border-color: rgb(147,223,206); }

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