#83DFCC

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

Shades of Riptide #83DFCC

Tints of Riptide #83DFCC

Color information

#83DFCC (or 0x83DFCC) is unknown color: approx Riptide. HEX triplet: 83, DF and CC. RGB value is (131,223,204). Sum of RGB (Red+Green+Blue) = 131+223+204=558 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.48% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DFCC is #7C2033. Grayscale: #C1C1C1. Windows color (decimal): -8134708 or 13426563. OLE color: 13426563.

HSL color Cylindrical-coordinate representation of color #83DFCC: hue angle of 167.61º 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 #83DFCC is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB131223204-
CMYK0.4100.090.13
HSL167.61º58.97%69.41%-
HSV(B)167.61º41.26%87.45%-
XYZ46.6561.9666.63-
YUV193.33134.0283.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.48%
GREEN value IS 223 (87.5% from 255) = 39.96%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=23.48%
G=39.96%
B=36.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312232040.4100.090.13167.6158.9769.41
Hex83DFCC2909Da83b45
Octal203337314510111525073105
Binary100000111101111111001100101001010011101101010001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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