#82EBBC

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

Shades of Riptide #82EBBC

Tints of Riptide #82EBBC

Color information

#82EBBC (or 0x82EBBC) is unknown color: approx Riptide. HEX triplet: 82, EB and BC. RGB value is (130,235,188). Sum of RGB (Red+Green+Blue) = 130+235+188=553 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.51% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #82EBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EBBC is #7D1443. Grayscale: #C6C6C6. Windows color (decimal): -8197188 or 12381058. OLE color: 12381058.

HSL color Cylindrical-coordinate representation of color #82EBBC: hue angle of 153.14º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EBBC is Cyan = 0.45, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB130235188-
CMYK0.4500.20.08
HSL153.14º72.41%71.57%-
HSV(B)153.14º44.68%92.16%-
XYZ47.9967.7958.13-
YUV198.25122.2179.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.51%
GREEN value IS 235 (92.19% from 255) = 42.50%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=23.51%
G=42.50%
B=34.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302351880.4500.20.08153.1472.4171.57
Hex82EBBC2D0148994848
Octal2023532745502410231110110
Binary10000010111010111011110010110101010010001001100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82EBBC; }

 p { color: rgb(130,235,188); }

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

<style>
 a { background-color: #82EBBC; }

 a { background-color: rgb(130,235,188); }

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

<style>
 span { border-color: #82EBBC; }

 span { border-color: rgb(130,235,188); }

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