#92EDDE

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

Shades of Riptide #92EDDE

Tints of Riptide #92EDDE

Color information

#92EDDE (or 0x92EDDE) is unknown color: approx Riptide. HEX triplet: 92, ED and DE. RGB value is (146,237,222). Sum of RGB (Red+Green+Blue) = 146+237+222=605 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.13% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #92EDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EDDE is #6D1221. Grayscale: #D0D0D0. Windows color (decimal): -7148066 or 14609810. OLE color: 14609810.

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

Color convert

RGB146237222-
CMYK0.3800.060.07
HSL170.11º71.65%75.1%-
HSV(B)170.11º38.4%92.94%-
XYZ55.3271.9580.08-
YUV208.08135.8583.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.13%
GREEN value IS 237 (92.97% from 255) = 39.17%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=24.13%
G=39.17%
B=36.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462372220.3800.060.07170.1171.6575.1
Hex92EDDE26067aa484b
Octal22235533646067252110113
Binary10010010111011011101111010011001101111010101010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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