#93DDC4

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

Shades of Riptide #93DDC4

Tints of Riptide #93DDC4

Color information

#93DDC4 (or 0x93DDC4) is unknown color: approx Riptide. HEX triplet: 93, DD and C4. RGB value is (147,221,196). Sum of RGB (Red+Green+Blue) = 147+221+196=564 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.06% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDC4 is #6C223B. Grayscale: #C4C4C4. Windows color (decimal): -7086652 or 12901779. OLE color: 12901779.

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

Color convert

RGB147221196-
CMYK0.3300.110.13
HSL159.73º52.11%72.16%-
HSV(B)159.73º33.48%86.67%-
XYZ47.8561.961.65-
YUV196.02127.9893.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.06%
GREEN value IS 221 (86.72% from 255) = 39.18%
BLUE value IS 196 (76.95% from 255) = 34.75%
R=26.06%
G=39.18%
B=34.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472211960.3300.110.13159.7352.1172.16
Hex93DDC4210BDa03448
Octal223335304410131524064110
Binary100100111101110111000100100001010111101101000001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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