#93EACB

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

Shades of Riptide #93EACB

Tints of Riptide #93EACB

Color information

#93EACB (or 0x93EACB) is unknown color: approx Riptide. HEX triplet: 93, EA and CB. RGB value is (147,234,203). Sum of RGB (Red+Green+Blue) = 147+234+203=584 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.17% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 234 - color contains mainly: green. Hex color #93EACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EACB is #6C1534. Grayscale: #CCCCCC. Windows color (decimal): -7083317 or 13363859. OLE color: 13363859.

HSL color Cylindrical-coordinate representation of color #93EACB: hue angle of 158.62º degrees, saturation: 0.67, 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 #93EACB is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB147234203-
CMYK0.3700.130.08
HSL158.62º67.44%74.71%-
HSV(B)158.62º37.18%91.76%-
XYZ52.2369.3667.13-
YUV204.45127.1887.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.17%
GREEN value IS 234 (91.80% from 255) = 40.07%
BLUE value IS 203 (79.69% from 255) = 34.76%
R=25.17%
G=40.07%
B=34.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472342030.3700.130.08158.6267.4474.71
Hex93EACB250D89f434b
Octal2233523134501510237103113
Binary1001001111101010110010111001010110110001001111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,234,203); }

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

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

 a { background-color: rgb(147,234,203); }

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

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

 span { border-color: rgb(147,234,203); }

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