#93DFD4

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

Shades of Riptide #93DFD4

Tints of Riptide #93DFD4

Color information

#93DFD4 (or 0x93DFD4) is unknown color: approx Riptide. HEX triplet: 93, DF and D4. RGB value is (147,223,212). Sum of RGB (Red+Green+Blue) = 147+223+212=582 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.26% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #93DFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DFD4 is #6C202B. Grayscale: #C6C6C6. Windows color (decimal): -7086124 or 13950867. OLE color: 13950867.

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

Color convert

RGB147223212-
CMYK0.3400.050.13
HSL171.32º54.29%72.55%-
HSV(B)171.32º34.08%87.45%-
XYZ50.363.7371.94-
YUV199.02135.3290.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.26%
GREEN value IS 223 (87.5% from 255) = 38.32%
BLUE value IS 212 (83.20% from 255) = 36.43%
R=25.26%
G=38.32%
B=36.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472232120.3400.050.13171.3254.2972.55
Hex93DFD42205Dab3649
Octal22333732442051525366111
Binary10010011110111111101010010001001011101101010111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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