#93E1C4

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

Shades of Riptide #93E1C4

Tints of Riptide #93E1C4

Color information

#93E1C4 (or 0x93E1C4) is unknown color: approx Riptide. HEX triplet: 93, E1 and C4. RGB value is (147,225,196). Sum of RGB (Red+Green+Blue) = 147+225+196=568 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.88% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 225 - color contains mainly: green. Hex color #93E1C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E1C4 is #6C1E3B. Grayscale: #C6C6C6. Windows color (decimal): -7085628 or 12902803. OLE color: 12902803.

HSL color Cylindrical-coordinate representation of color #93E1C4: hue angle of 157.69º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93E1C4 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB147225196-
CMYK0.3500.130.12
HSL157.69º56.52%72.94%-
HSV(B)157.69º34.67%88.24%-
XYZ48.9264.0462.01-
YUV198.37126.6691.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.88%
GREEN value IS 225 (88.28% from 255) = 39.61%
BLUE value IS 196 (76.95% from 255) = 34.51%
R=25.88%
G=39.61%
B=34.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472251960.3500.130.12157.6956.5272.94
Hex93E1C4230DC9e3949
Octal223341304430151423671111
Binary100100111110000111000100100011011011100100111101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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