#93ECD4

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

Shades of Riptide #93ECD4

Tints of Riptide #93ECD4

Color information

#93ECD4 (or 0x93ECD4) is unknown color: approx Riptide. HEX triplet: 93, EC and D4. RGB value is (147,236,212). Sum of RGB (Red+Green+Blue) = 147+236+212=595 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.71% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93ECD4 is #6C132B. Grayscale: #CECECE. Windows color (decimal): -7082796 or 13954195. OLE color: 13954195.

HSL color Cylindrical-coordinate representation of color #93ECD4: hue angle of 163.82º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93ECD4 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB147236212-
CMYK0.3800.100.07
HSL163.82º70.08%75.1%-
HSV(B)163.82º37.71%92.55%-
XYZ53.9170.9573.14-
YUV206.65131.0185.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.71%
GREEN value IS 236 (92.58% from 255) = 39.66%
BLUE value IS 212 (83.20% from 255) = 35.63%
R=24.71%
G=39.66%
B=35.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472362120.3800.100.07163.8270.0875.1
Hex93ECD4260A7a4464b
Octal223354324460127244106113
Binary100100111110110011010100100110010101111010010010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ECD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,236,212); }

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

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

 a { background-color: rgb(147,236,212); }

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

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

 span { border-color: rgb(147,236,212); }

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