#93E9C5

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

Shades of Riptide #93E9C5

Tints of Riptide #93E9C5

Color information

#93E9C5 (or 0x93E9C5) is unknown color: approx Riptide. HEX triplet: 93, E9 and C5. RGB value is (147,233,197). Sum of RGB (Red+Green+Blue) = 147+233+197=577 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.48% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 233 - color contains mainly: green. Hex color #93E9C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E9C5 is #6C163A. Grayscale: #CBCBCB. Windows color (decimal): -7083579 or 12970387. OLE color: 12970387.

HSL color Cylindrical-coordinate representation of color #93E9C5: hue angle of 154.88º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93E9C5 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB147233197-
CMYK0.3700.150.09
HSL154.88º66.15%74.51%-
HSV(B)154.88º36.91%91.37%-
XYZ51.2568.5163.35-
YUV203.18124.5187.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.48%
GREEN value IS 233 (91.41% from 255) = 40.38%
BLUE value IS 197 (77.34% from 255) = 34.14%
R=25.48%
G=40.38%
B=34.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1472331970.3700.150.09154.8866.1574.51
Hex93E9C5250F99b424b
Octal2233513054501711233102113
Binary1001001111101001110001011001010111110011001101110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,233,197); }

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

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

 a { background-color: rgb(147,233,197); }

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

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

 span { border-color: rgb(147,233,197); }

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