#93E1CE

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

Shades of Riptide #93E1CE

Tints of Riptide #93E1CE

Color information

#93E1CE (or 0x93E1CE) is unknown color: approx Riptide. HEX triplet: 93, E1 and CE. RGB value is (147,225,206). Sum of RGB (Red+Green+Blue) = 147+225+206=578 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.43% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #93E1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E1CE is #6C1E31. Grayscale: #C7C7C7. Windows color (decimal): -7085618 or 13558163. OLE color: 13558163.

HSL color Cylindrical-coordinate representation of color #93E1CE: hue angle of 165.38º 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 #93E1CE is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB147225206-
CMYK0.3500.080.12
HSL165.38º56.52%72.94%-
HSV(B)165.38º34.67%88.24%-
XYZ50.164.5168.2-
YUV199.51131.6690.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.43%
GREEN value IS 225 (88.28% from 255) = 38.93%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=25.43%
G=38.93%
B=35.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472252060.3500.080.12165.3856.5272.94
Hex93E1CE2308Ca53949
Octal223341316430101424571111
Binary100100111110000111001110100011010001100101001011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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