#82EBCD

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

Shades of Riptide #82EBCD

Tints of Riptide #82EBCD

Color information

#82EBCD (or 0x82EBCD) is unknown color: approx Riptide. HEX triplet: 82, EB and CD. RGB value is (130,235,205). Sum of RGB (Red+Green+Blue) = 130+235+205=570 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.81% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #82EBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EBCD is #7D1432. Grayscale: #C8C8C8. Windows color (decimal): -8197171 or 13495170. OLE color: 13495170.

HSL color Cylindrical-coordinate representation of color #82EBCD: hue angle of 162.86º 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 #82EBCD is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB130235205-
CMYK0.4500.130.08
HSL162.86º72.41%71.57%-
HSV(B)162.86º44.68%92.16%-
XYZ49.9368.5768.36-
YUV200.18130.7177.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.81%
GREEN value IS 235 (92.19% from 255) = 41.23%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=22.81%
G=41.23%
B=35.96%

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
Decimal1302352050.4500.130.08162.8672.4171.57
Hex82EBCD2D0D8a34848
Octal2023533155501510243110110
Binary1000001011101011110011011011010110110001010001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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