#93DFCB

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

Shades of Riptide #93DFCB

Tints of Riptide #93DFCB

Color information

#93DFCB (or 0x93DFCB) is unknown color: approx Riptide. HEX triplet: 93, DF and CB. RGB value is (147,223,203). Sum of RGB (Red+Green+Blue) = 147+223+203=573 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.65% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #93DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DFCB is #6C2034. Grayscale: #C6C6C6. Windows color (decimal): -7086133 or 13361043. OLE color: 13361043.

HSL color Cylindrical-coordinate representation of color #93DFCB: hue angle of 164.21º 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 #93DFCB is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB147223203-
CMYK0.3400.090.13
HSL164.21º54.29%72.55%-
HSV(B)164.21º34.08%87.45%-
XYZ49.263.2966.12-
YUV198130.8291.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.65%
GREEN value IS 223 (87.5% from 255) = 38.92%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=25.65%
G=38.92%
B=35.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472232030.3400.090.13164.2154.2972.55
Hex93DFCB2209Da43649
Octal223337313420111524466111
Binary100100111101111111001011100010010011101101001001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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