#93DDC1

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

Shades of Riptide #93DDC1

Tints of Riptide #93DDC1

Color information

#93DDC1 (or 0x93DDC1) is unknown color: approx Riptide. HEX triplet: 93, DD and C1. RGB value is (147,221,193). Sum of RGB (Red+Green+Blue) = 147+221+193=561 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.20% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDC1 is #6C223E. Grayscale: #C3C3C3. Windows color (decimal): -7086655 or 12705171. OLE color: 12705171.

HSL color Cylindrical-coordinate representation of color #93DDC1: hue angle of 157.3º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DDC1 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB147221193-
CMYK0.3300.130.13
HSL157.3º52.11%72.16%-
HSV(B)157.3º33.48%86.67%-
XYZ47.5161.7759.87-
YUV195.68126.4893.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.20%
GREEN value IS 221 (86.72% from 255) = 39.39%
BLUE value IS 193 (75.78% from 255) = 34.40%
R=26.20%
G=39.39%
B=34.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472211930.3300.130.13157.352.1172.16
Hex93DDC1210DD9d3448
Octal223335301410151523564110
Binary100100111101110111000001100001011011101100111011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,221,193); }

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

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

 a { background-color: rgb(147,221,193); }

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

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

 span { border-color: rgb(147,221,193); }

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