#83DFCD

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

Shades of Riptide #83DFCD

Tints of Riptide #83DFCD

Color information

#83DFCD (or 0x83DFCD) is unknown color: approx Riptide. HEX triplet: 83, DF and CD. RGB value is (131,223,205). Sum of RGB (Red+Green+Blue) = 131+223+205=559 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.43% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DFCD is #7C2032. Grayscale: #C1C1C1. Windows color (decimal): -8134707 or 13492099. OLE color: 13492099.

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

Color convert

RGB131223205-
CMYK0.4100.080.13
HSL168.26º58.97%69.41%-
HSV(B)168.26º41.26%87.45%-
XYZ46.7762.0167.26-
YUV193.44134.5283.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.43%
GREEN value IS 223 (87.5% from 255) = 39.89%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=23.43%
G=39.89%
B=36.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312232050.4100.080.13168.2658.9769.41
Hex83DFCD2908Da83b45
Octal203337315510101525073105
Binary100000111101111111001101101001010001101101010001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,223,205); }

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

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

 a { background-color: rgb(131,223,205); }

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

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

 span { border-color: rgb(131,223,205); }

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