#82dbcf

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

Shades of Riptide #82DBCF

Tints of Riptide #82DBCF

Color information

#82DBCF (or 0x82DBCF) is unknown color: approx Riptide. HEX triplet: 82, DB and CF. RGB value is (130,219,207). Sum of RGB (Red+Green+Blue) = 130+219+207=556 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.38% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #82DBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DBCF is #7D2430. Grayscale: #BEBEBE. Windows color (decimal): -8201265 or 13622146. OLE color: 13622146.

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

Color convert

RGB130219207-
CMYK0.4100.050.14
HSL171.91º55.28%68.43%-
HSV(B)171.91º40.64%85.88%-
XYZ45.859.9168.18-
YUV191.02137.0184.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.38%
GREEN value IS 219 (85.94% from 255) = 39.39%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=23.38%
G=39.39%
B=37.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1302192070.4100.050.14171.9155.2868.43
Hex82DBCF2905Eac3744
Octal20233331751051625467104
Binary10000010110110111100111110100101011110101011001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82dbcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,219,207); }

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

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

 a { background-color: rgb(130,219,207); }

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

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

 span { border-color: rgb(130,219,207); }

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