#82E7CE

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

Shades of Riptide #82E7CE

Tints of Riptide #82E7CE

Color information

#82E7CE (or 0x82E7CE) is unknown color: approx Riptide. HEX triplet: 82, E7 and CE. RGB value is (130,231,206). Sum of RGB (Red+Green+Blue) = 130+231+206=567 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.93% from 567); Green value is 231 (90.62% from 255 or 40.74% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 231 - color contains mainly: green. Hex color #82E7CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82E7CE is #7D1831. Grayscale: #C5C5C5. Windows color (decimal): -8198194 or 13559682. OLE color: 13559682.

HSL color Cylindrical-coordinate representation of color #82E7CE: hue angle of 165.15º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82E7CE is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB130231206-
CMYK0.4400.110.09
HSL165.15º67.79%70.78%-
HSV(B)165.15º43.72%90.59%-
XYZ48.9266.3568.62-
YUV197.95132.5479.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.93%
GREEN value IS 231 (90.62% from 255) = 40.74%
BLUE value IS 206 (80.86% from 255) = 36.33%
R=22.93%
G=40.74%
B=36.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1302312060.4400.110.09165.1567.7970.78
Hex82E7CE2C0B9a54447
Octal2023473165401311245104107
Binary1000001011100111110011101011000101110011010010110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,231,206); }

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

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

 a { background-color: rgb(130,231,206); }

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

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

 span { border-color: rgb(130,231,206); }

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