#82E9CC

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

Shades of Riptide #82E9CC

Tints of Riptide #82E9CC

Color information

#82E9CC (or 0x82E9CC) is unknown color: approx Riptide. HEX triplet: 82, E9 and CC. RGB value is (130,233,204). Sum of RGB (Red+Green+Blue) = 130+233+204=567 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.93% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #82E9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82E9CC is #7D1633. Grayscale: #C6C6C6. Windows color (decimal): -8197684 or 13429122. OLE color: 13429122.

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

Color convert

RGB130233204-
CMYK0.4400.120.09
HSL163.11º70.07%71.18%-
HSV(B)163.11º44.21%91.37%-
XYZ49.2467.3867.54-
YUV198.9130.8878.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.93%
GREEN value IS 233 (91.41% from 255) = 41.09%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=22.93%
G=41.09%
B=35.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1302332040.4400.120.09163.1170.0771.18
Hex82E9CC2C0C9a34647
Octal2023513145401411243106107
Binary1000001011101001110011001011000110010011010001110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,233,204); }

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

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

 a { background-color: rgb(130,233,204); }

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

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

 span { border-color: rgb(130,233,204); }

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