#82EBCC

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

Shades of Riptide #82EBCC

Tints of Riptide #82EBCC

Color information

#82EBCC (or 0x82EBCC) is unknown color: approx Riptide. HEX triplet: 82, EB and CC. RGB value is (130,235,204). Sum of RGB (Red+Green+Blue) = 130+235+204=569 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.85% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #82EBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EBCC is #7D1433. Grayscale: #C8C8C8. Windows color (decimal): -8197172 or 13429634. OLE color: 13429634.

HSL color Cylindrical-coordinate representation of color #82EBCC: hue angle of 162.29º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EBCC is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB130235204-
CMYK0.4500.130.08
HSL162.29º72.41%71.57%-
HSV(B)162.29º44.68%92.16%-
XYZ49.8168.5267.73-
YUV200.07130.2178.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.85%
GREEN value IS 235 (92.19% from 255) = 41.30%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=22.85%
G=41.30%
B=35.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302352040.4500.130.08162.2972.4171.57
Hex82EBCC2D0D8a24848
Octal2023533145501510242110110
Binary1000001011101011110011001011010110110001010001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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