#83D9CE

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

Shades of Riptide #83D9CE

Tints of Riptide #83D9CE

Color information

#83D9CE (or 0x83D9CE) is unknown color: approx Riptide. HEX triplet: 83, D9 and CE. RGB value is (131,217,206). Sum of RGB (Red+Green+Blue) = 131+217+206=554 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.65% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 217 - color contains mainly: green. Hex color #83D9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D9CE is #7C2631. Grayscale: #BDBDBD. Windows color (decimal): -8136242 or 13556099. OLE color: 13556099.

HSL color Cylindrical-coordinate representation of color #83D9CE: hue angle of 172.33º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83D9CE is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB131217206-
CMYK0.4000.050.15
HSL172.33º53.09%68.24%-
HSV(B)172.33º39.63%85.1%-
XYZ45.3158.9167.37-
YUV190.03137.0185.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.65%
GREEN value IS 217 (85.16% from 255) = 39.17%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=23.65%
G=39.17%
B=37.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312172060.4000.050.15172.3353.0968.24
Hex83D9CE2805Fac3544
Octal20333131650051725465104
Binary10000011110110011100111010100001011111101011001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83D9CE; }

 p { color: rgb(131,217,206); }

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

<style>
 a { background-color: #83D9CE; }

 a { background-color: rgb(131,217,206); }

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

<style>
 span { border-color: #83D9CE; }

 span { border-color: rgb(131,217,206); }

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