#82DFC9

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

Shades of Riptide #82DFC9

Tints of Riptide #82DFC9

Color information

#82DFC9 (or 0x82DFC9) is unknown color: approx Riptide. HEX triplet: 82, DF and C9. RGB value is (130,223,201). Sum of RGB (Red+Green+Blue) = 130+223+201=554 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.47% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DFC9 is #7D2036. Grayscale: #C0C0C0. Windows color (decimal): -8200247 or 13229954. OLE color: 13229954.

HSL color Cylindrical-coordinate representation of color #82DFC9: hue angle of 165.81º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DFC9 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB130223201-
CMYK0.4200.100.13
HSL165.81º59.24%69.22%-
HSV(B)165.81º41.7%87.45%-
XYZ46.1461.7464.74-
YUV192.68132.6983.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.47%
GREEN value IS 223 (87.5% from 255) = 40.25%
BLUE value IS 201 (78.91% from 255) = 36.28%
R=23.47%
G=40.25%
B=36.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302232010.4200.100.13165.8159.2469.22
Hex82DFC92A0ADa63b45
Octal202337311520121524673105
Binary100000101101111111001001101010010101101101001101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,223,201); }

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

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

 a { background-color: rgb(130,223,201); }

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

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

 span { border-color: rgb(130,223,201); }

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