#82EBD0

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

Shades of Riptide #82EBD0

Tints of Riptide #82EBD0

Color information

#82EBD0 (or 0x82EBD0) is unknown color: approx Riptide. HEX triplet: 82, EB and D0. RGB value is (130,235,208). Sum of RGB (Red+Green+Blue) = 130+235+208=573 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.69% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #82EBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EBD0 is #7D142F. Grayscale: #C8C8C8. Windows color (decimal): -8197168 or 13691778. OLE color: 13691778.

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

Color convert

RGB130235208-
CMYK0.4500.110.08
HSL164.57º72.41%71.57%-
HSV(B)164.57º44.68%92.16%-
XYZ50.368.7270.29-
YUV200.53132.2177.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.69%
GREEN value IS 235 (92.19% from 255) = 41.01%
BLUE value IS 208 (81.64% from 255) = 36.30%
R=22.69%
G=41.01%
B=36.30%

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
Decimal1302352080.4500.110.08164.5772.4171.57
Hex82EBD02D0B8a54848
Octal2023533205501310245110110
Binary1000001011101011110100001011010101110001010010110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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