#92EDD5

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

Shades of Riptide #92EDD5

Tints of Riptide #92EDD5

Color information

#92EDD5 (or 0x92EDD5) is unknown color: approx Riptide. HEX triplet: 92, ED and D5. RGB value is (146,237,213). Sum of RGB (Red+Green+Blue) = 146+237+213=596 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.50% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #92EDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EDD5 is #6D122A. Grayscale: #CFCFCF. Windows color (decimal): -7148075 or 14019986. OLE color: 14019986.

HSL color Cylindrical-coordinate representation of color #92EDD5: hue angle of 164.18º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EDD5 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB146237213-
CMYK0.3800.100.07
HSL164.18º71.65%75.1%-
HSV(B)164.18º38.4%92.94%-
XYZ54.1571.4873.89-
YUV207.06131.3584.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.50%
GREEN value IS 237 (92.97% from 255) = 39.77%
BLUE value IS 213 (83.59% from 255) = 35.74%
R=24.50%
G=39.77%
B=35.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462372130.3800.100.07164.1871.6575.1
Hex92EDD5260A7a4484b
Octal222355325460127244110113
Binary100100101110110111010101100110010101111010010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,237,213); }

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

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

 a { background-color: rgb(146,237,213); }

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

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

 span { border-color: rgb(146,237,213); }

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