#82D7CD

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

Shades of Riptide #82D7CD

Tints of Riptide #82D7CD

Color information

#82D7CD (or 0x82D7CD) is unknown color: approx Riptide. HEX triplet: 82, D7 and CD. RGB value is (130,215,205). Sum of RGB (Red+Green+Blue) = 130+215+205=550 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.64% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #82D7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D7CD is #7D2832. Grayscale: #BCBCBC. Windows color (decimal): -8202291 or 13490050. OLE color: 13490050.

HSL color Cylindrical-coordinate representation of color #82D7CD: hue angle of 172.94º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D7CD is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB130215205-
CMYK0.4000.050.16
HSL172.94º51.52%67.65%-
HSV(B)172.94º39.53%84.31%-
XYZ44.5357.7566.56-
YUV188.44137.3486.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.64%
GREEN value IS 215 (84.38% from 255) = 39.09%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=23.64%
G=39.09%
B=37.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302152050.4000.050.16172.9451.5267.65
Hex82D7CD280510ad3444
Octal20232731550052025564104
Binary100000101101011111001101101000010110000101011011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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