#82E7CD

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

Shades of Riptide #82E7CD

Tints of Riptide #82E7CD

Color information

#82E7CD (or 0x82E7CD) is unknown color: approx Riptide. HEX triplet: 82, E7 and CD. RGB value is (130,231,205). Sum of RGB (Red+Green+Blue) = 130+231+205=566 (74% of max value = 765). Red value is 130 (51.17% from 255 or 22.97% from 566); Green value is 231 (90.62% from 255 or 40.81% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 231 - color contains mainly: green. Hex color #82E7CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82E7CD is #7D1832. Grayscale: #C5C5C5. Windows color (decimal): -8198195 or 13494146. OLE color: 13494146.

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

Color convert

RGB130231205-
CMYK0.4400.110.09
HSL164.55º67.79%70.78%-
HSV(B)164.55º43.72%90.59%-
XYZ48.866.3167.98-
YUV197.84132.0479.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.97%
GREEN value IS 231 (90.62% from 255) = 40.81%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=22.97%
G=40.81%
B=36.22%

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
Decimal1302312050.4400.110.09164.5567.7970.78
Hex82E7CD2C0B9a54447
Octal2023473155401311245104107
Binary1000001011100111110011011011000101110011010010110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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