#83E4DC

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

Shades of Riptide #83E4DC

Tints of Riptide #83E4DC

Color information

#83E4DC (or 0x83E4DC) is unknown color: approx Riptide. HEX triplet: 83, E4 and DC. RGB value is (131,228,220). Sum of RGB (Red+Green+Blue) = 131+228+220=579 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.63% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 228 - color contains mainly: green. Hex color #83E4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83E4DC is #7C1B23. Grayscale: #C6C6C6. Windows color (decimal): -8133412 or 14476419. OLE color: 14476419.

HSL color Cylindrical-coordinate representation of color #83E4DC: hue angle of 175.05º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83E4DC is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB131228220-
CMYK0.4300.040.11
HSL175.05º64.24%70.39%-
HSV(B)175.05º42.54%89.41%-
XYZ50.0265.4877.71-
YUV198.08140.3680.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.63%
GREEN value IS 228 (89.45% from 255) = 39.38%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=22.63%
G=39.38%
B=38.00%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1312282200.4300.040.11175.0564.2470.39
Hex83E4DC2B04Baf4046
Octal203344334530413257100106
Binary100000111110010011011100101011010010111010111110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83E4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,228,220); }

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

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

 a { background-color: rgb(131,228,220); }

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

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

 span { border-color: rgb(131,228,220); }

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