#92EDCF

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

Shades of Riptide #92EDCF

Tints of Riptide #92EDCF

Color information

#92EDCF (or 0x92EDCF) is unknown color: approx Riptide. HEX triplet: 92, ED and CF. RGB value is (146,237,207). Sum of RGB (Red+Green+Blue) = 146+237+207=590 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.75% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #92EDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EDCF is #6D1230. Grayscale: #CECECE. Windows color (decimal): -7148081 or 13626770. OLE color: 13626770.

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

Color convert

RGB146237207-
CMYK0.3800.130.07
HSL160.22º71.65%75.1%-
HSV(B)160.22º38.4%92.94%-
XYZ53.471.1869.96-
YUV206.37128.3584.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.75%
GREEN value IS 237 (92.97% from 255) = 40.17%
BLUE value IS 207 (81.25% from 255) = 35.08%
R=24.75%
G=40.17%
B=35.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462372070.3800.130.07160.2271.6575.1
Hex92EDCF260D7a0484b
Octal222355317460157240110113
Binary100100101110110111001111100110011011111010000010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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