#92EBD8

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

Shades of Riptide #92EBD8

Tints of Riptide #92EBD8

Color information

#92EBD8 (or 0x92EBD8) is unknown color: approx Riptide. HEX triplet: 92, EB and D8. RGB value is (146,235,216). Sum of RGB (Red+Green+Blue) = 146+235+216=597 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.46% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #92EBD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EBD8 is #6D1427. Grayscale: #CECECE. Windows color (decimal): -7148584 or 14216082. OLE color: 14216082.

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

Color convert

RGB146235216-
CMYK0.3800.080.08
HSL167.19º68.99%74.71%-
HSV(B)167.19º37.87%92.16%-
XYZ53.9670.4975.73-
YUV206.22133.5185.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.46%
GREEN value IS 235 (92.19% from 255) = 39.36%
BLUE value IS 216 (84.77% from 255) = 36.18%
R=24.46%
G=39.36%
B=36.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1462352160.3800.080.08167.1968.9974.71
Hex92EBD826088a7454b
Octal2223533304601010247105113
Binary1001001011101011110110001001100100010001010011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92EBD8; }

 p { color: rgb(146,235,216); }

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

<style>
 a { background-color: #92EBD8; }

 a { background-color: rgb(146,235,216); }

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

<style>
 span { border-color: #92EBD8; }

 span { border-color: rgb(146,235,216); }

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