#82EBD1

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

Shades of Riptide #82EBD1

Tints of Riptide #82EBD1

Color information

#82EBD1 (or 0x82EBD1) is unknown color: approx Riptide. HEX triplet: 82, EB and D1. RGB value is (130,235,209). Sum of RGB (Red+Green+Blue) = 130+235+209=574 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.65% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #82EBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EBD1 is #7D142E. Grayscale: #C8C8C8. Windows color (decimal): -8197167 or 13757314. OLE color: 13757314.

HSL color Cylindrical-coordinate representation of color #82EBD1: hue angle of 165.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 #82EBD1 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB130235209-
CMYK0.4500.110.08
HSL165.14º72.41%71.57%-
HSV(B)165.14º44.68%92.16%-
XYZ50.4268.7770.94-
YUV200.64132.7177.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.65%
GREEN value IS 235 (92.19% from 255) = 40.94%
BLUE value IS 209 (82.03% from 255) = 36.41%
R=22.65%
G=40.94%
B=36.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302352090.4500.110.08165.1472.4171.57
Hex82EBD12D0B8a54848
Octal2023533215501310245110110
Binary1000001011101011110100011011010101110001010010110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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