#93D1CA

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

Shades of Riptide #93D1CA

Tints of Riptide #93D1CA

Color information

#93D1CA (or 0x93D1CA) is unknown color: approx Riptide. HEX triplet: 93, D1 and CA. RGB value is (147,209,202). Sum of RGB (Red+Green+Blue) = 147+209+202=558 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.34% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 209 - color contains mainly: green. Hex color #93D1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D1CA is #6C2E35. Grayscale: #BDBDBD. Windows color (decimal): -7089718 or 13291923. OLE color: 13291923.

HSL color Cylindrical-coordinate representation of color #93D1CA: hue angle of 173.23º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D1CA is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB147209202-
CMYK0.3000.030.18
HSL173.23º40.26%69.8%-
HSV(B)173.23º29.67%81.96%-
XYZ45.4956.0764.3-
YUV189.66134.9697.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.34%
GREEN value IS 209 (82.03% from 255) = 37.46%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=26.34%
G=37.46%
B=36.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472092020.3000.030.18173.2340.2669.8
Hex93D1CA1E0312ad2846
Octal22332131236032225550106
Binary1001001111010001110010101111001110010101011011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,209,202); }

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

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

 a { background-color: rgb(147,209,202); }

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

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

 span { border-color: rgb(147,209,202); }

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