#82E3C8

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

Shades of Riptide #82E3C8

Tints of Riptide #82E3C8

Color information

#82E3C8 (or 0x82E3C8) is unknown color: approx Riptide. HEX triplet: 82, E3 and C8. RGB value is (130,227,200). Sum of RGB (Red+Green+Blue) = 130+227+200=557 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.34% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 227 - color contains mainly: green. Hex color #82E3C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82E3C8 is #7D1C37. Grayscale: #C2C2C2. Windows color (decimal): -8199224 or 13165442. OLE color: 13165442.

HSL color Cylindrical-coordinate representation of color #82E3C8: hue angle of 163.3º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82E3C8 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB130227200-
CMYK0.4300.120.11
HSL163.3º63.4%70%-
HSV(B)163.3º42.73%89.02%-
XYZ47.163.8564.49-
YUV194.92130.8681.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.34%
GREEN value IS 227 (89.06% from 255) = 40.75%
BLUE value IS 200 (78.52% from 255) = 35.91%
R=23.34%
G=40.75%
B=35.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1302272000.4300.120.11163.363.470
Hex82E3C82B0CBa33f46
Octal202343310530141324377106
Binary100000101110001111001000101011011001011101000111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,227,200); }

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

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

 a { background-color: rgb(130,227,200); }

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

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

 span { border-color: rgb(130,227,200); }

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