#82D2CD

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

Shades of Riptide #82D2CD

Tints of Riptide #82D2CD

Color information

#82D2CD (or 0x82D2CD) is unknown color: approx Riptide. HEX triplet: 82, D2 and CD. RGB value is (130,210,205). Sum of RGB (Red+Green+Blue) = 130+210+205=545 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.85% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #82D2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D2CD is #7D2D32. Grayscale: #B9B9B9. Windows color (decimal): -8203571 or 13488770. OLE color: 13488770.

HSL color Cylindrical-coordinate representation of color #82D2CD: hue angle of 176.25º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D2CD is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB130210205-
CMYK0.3800.020.18
HSL176.25º47.06%66.67%-
HSV(B)176.25º38.1%82.35%-
XYZ43.2755.2566.14-
YUV185.5113988.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.85%
GREEN value IS 210 (82.42% from 255) = 38.53%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=23.85%
G=38.53%
B=37.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302102050.3800.020.18176.2547.0666.67
Hex82D2CD260212b02f43
Octal20232231546022226057103
Binary10000010110100101100110110011001010010101100001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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