#82E3CC

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

Shades of Riptide #82E3CC

Tints of Riptide #82E3CC

Color information

#82E3CC (or 0x82E3CC) is unknown color: approx Riptide. HEX triplet: 82, E3 and CC. RGB value is (130,227,204). Sum of RGB (Red+Green+Blue) = 130+227+204=561 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.17% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 227 - color contains mainly: green. Hex color #82E3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82E3CC is #7D1C33. Grayscale: #C3C3C3. Windows color (decimal): -8199220 or 13427586. OLE color: 13427586.

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

Color convert

RGB130227204-
CMYK0.4300.100.11
HSL165.77º63.4%70%-
HSV(B)165.77º42.73%89.02%-
XYZ47.5764.0466.98-
YUV195.38132.8681.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.17%
GREEN value IS 227 (89.06% from 255) = 40.46%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=23.17%
G=40.46%
B=36.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1302272040.4300.100.11165.7763.470
Hex82E3CC2B0ABa63f46
Octal202343314530121324677106
Binary100000101110001111001100101011010101011101001101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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