#93E4C5

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

Shades of Riptide #93E4C5

Tints of Riptide #93E4C5

Color information

#93E4C5 (or 0x93E4C5) is unknown color: approx Riptide. HEX triplet: 93, E4 and C5. RGB value is (147,228,197). Sum of RGB (Red+Green+Blue) = 147+228+197=572 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.70% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 228 - color contains mainly: green. Hex color #93E4C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E4C5 is #6C1B3A. Grayscale: #C8C8C8. Windows color (decimal): -7084859 or 12969107. OLE color: 12969107.

HSL color Cylindrical-coordinate representation of color #93E4C5: hue angle of 157.04º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93E4C5 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB147228197-
CMYK0.3600.140.11
HSL157.04º60%73.53%-
HSV(B)157.04º35.53%89.41%-
XYZ49.8565.7262.88-
YUV200.25126.1690.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.70%
GREEN value IS 228 (89.45% from 255) = 39.86%
BLUE value IS 197 (77.34% from 255) = 34.44%
R=25.70%
G=39.86%
B=34.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1472281970.3600.140.11157.046073.53
Hex93E4C5240EB9d3c4a
Octal223344305440161323574112
Binary100100111110010011000101100100011101011100111011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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