#83DAC9

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

Shades of Riptide #83DAC9

Tints of Riptide #83DAC9

Color information

#83DAC9 (or 0x83DAC9) is unknown color: approx Riptide. HEX triplet: 83, DA and C9. RGB value is (131,218,201). Sum of RGB (Red+Green+Blue) = 131+218+201=550 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.82% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DAC9 is #7C2536. Grayscale: #BEBEBE. Windows color (decimal): -8135991 or 13228675. OLE color: 13228675.

HSL color Cylindrical-coordinate representation of color #83DAC9: hue angle of 168.28º degrees, saturation: 0.54, 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 #83DAC9 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB131218201-
CMYK0.4000.080.15
HSL168.28º54.04%68.43%-
HSV(B)168.28º39.91%85.49%-
XYZ44.9759.1964.31-
YUV190.05134.1885.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.82%
GREEN value IS 218 (85.55% from 255) = 39.64%
BLUE value IS 201 (78.91% from 255) = 36.55%
R=23.82%
G=39.64%
B=36.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312182010.4000.080.15168.2854.0468.43
Hex83DAC92808Fa83644
Octal203332311500101725066104
Binary100000111101101011001001101000010001111101010001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,218,201); }

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

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

 a { background-color: rgb(131,218,201); }

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

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

 span { border-color: rgb(131,218,201); }

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