#93DDC9

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

Shades of Riptide #93DDC9

Tints of Riptide #93DDC9

Color information

#93DDC9 (or 0x93DDC9) is unknown color: approx Riptide. HEX triplet: 93, DD and C9. RGB value is (147,221,201). Sum of RGB (Red+Green+Blue) = 147+221+201=569 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.83% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDC9 is #6C2236. Grayscale: #C4C4C4. Windows color (decimal): -7086647 or 13229459. OLE color: 13229459.

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

Color convert

RGB147221201-
CMYK0.3300.090.13
HSL163.78º52.11%72.16%-
HSV(B)163.78º33.48%86.67%-
XYZ48.4362.1364.7-
YUV196.59130.4892.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.83%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 201 (78.91% from 255) = 35.33%
R=25.83%
G=38.84%
B=35.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472212010.3300.090.13163.7852.1172.16
Hex93DDC92109Da43448
Octal223335311410111524464110
Binary100100111101110111001001100001010011101101001001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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