#92EBD6

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

Shades of Riptide #92EBD6

Tints of Riptide #92EBD6

Color information

#92EBD6 (or 0x92EBD6) is unknown color: approx Riptide. HEX triplet: 92, EB and D6. RGB value is (146,235,214). Sum of RGB (Red+Green+Blue) = 146+235+214=595 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.54% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #92EBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EBD6 is #6D1429. Grayscale: #CDCDCD. Windows color (decimal): -7148586 or 14085010. OLE color: 14085010.

HSL color Cylindrical-coordinate representation of color #92EBD6: hue angle of 165.84º 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 #92EBD6 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB146235214-
CMYK0.3800.090.08
HSL165.84º68.99%74.71%-
HSV(B)165.84º37.87%92.16%-
XYZ53.770.3874.37-
YUV206132.5185.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.54%
GREEN value IS 235 (92.19% from 255) = 39.50%
BLUE value IS 214 (83.98% from 255) = 35.97%
R=24.54%
G=39.50%
B=35.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1462352140.3800.090.08165.8468.9974.71
Hex92EBD626098a6454b
Octal2223533264601110246105113
Binary1001001011101011110101101001100100110001010011010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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