#82DCCA

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

Shades of Riptide #82DCCA

Tints of Riptide #82DCCA

Color information

#82DCCA (or 0x82DCCA) is unknown color: approx Riptide. HEX triplet: 82, DC and CA. RGB value is (130,220,202). Sum of RGB (Red+Green+Blue) = 130+220+202=552 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.55% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #82DCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DCCA is #7D2335. Grayscale: #BFBFBF. Windows color (decimal): -8201014 or 13294722. OLE color: 13294722.

HSL color Cylindrical-coordinate representation of color #82DCCA: hue angle of 168º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DCCA is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB130220202-
CMYK0.4100.080.14
HSL168º56.25%68.63%-
HSV(B)168º40.91%86.27%-
XYZ45.4660.265.1-
YUV191.04134.1884.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.55%
GREEN value IS 220 (86.33% from 255) = 39.86%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=23.55%
G=39.86%
B=36.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1302202020.4100.080.1416856.2568.63
Hex82DCCA2908Ea83845
Octal202334312510101625070105
Binary100000101101110011001010101001010001110101010001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,220,202); }

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

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

 a { background-color: rgb(130,220,202); }

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

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

 span { border-color: rgb(130,220,202); }

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