#93EBD3

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

Shades of Riptide #93EBD3

Tints of Riptide #93EBD3

Color information

#93EBD3 (or 0x93EBD3) is unknown color: approx Riptide. HEX triplet: 93, EB and D3. RGB value is (147,235,211). Sum of RGB (Red+Green+Blue) = 147+235+211=593 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.79% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EBD3 is #6C142C. Grayscale: #CDCDCD. Windows color (decimal): -7083053 or 13888403. OLE color: 13888403.

HSL color Cylindrical-coordinate representation of color #93EBD3: hue angle of 163.64º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EBD3 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB147235211-
CMYK0.3700.100.08
HSL163.64º68.75%74.9%-
HSV(B)163.64º37.45%92.16%-
XYZ53.570.3272.38-
YUV205.95130.8585.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.79%
GREEN value IS 235 (92.19% from 255) = 39.63%
BLUE value IS 211 (82.81% from 255) = 35.58%
R=24.79%
G=39.63%
B=35.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472352110.3700.100.08163.6468.7574.9
Hex93EBD3250A8a4454b
Octal2233533234501210244105113
Binary1001001111101011110100111001010101010001010010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,235,211); }

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

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

 a { background-color: rgb(147,235,211); }

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

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

 span { border-color: rgb(147,235,211); }

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