#83D9CB

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

Shades of Riptide #83D9CB

Tints of Riptide #83D9CB

Color information

#83D9CB (or 0x83D9CB) is unknown color: approx Riptide. HEX triplet: 83, D9 and CB. RGB value is (131,217,203). Sum of RGB (Red+Green+Blue) = 131+217+203=551 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.77% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #83D9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D9CB is #7C2634. Grayscale: #BDBDBD. Windows color (decimal): -8136245 or 13359491. OLE color: 13359491.

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

Color convert

RGB131217203-
CMYK0.4000.060.15
HSL170.23º53.09%68.24%-
HSV(B)170.23º39.63%85.1%-
XYZ44.9558.7665.47-
YUV189.69135.5186.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.77%
GREEN value IS 217 (85.16% from 255) = 39.38%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=23.77%
G=39.38%
B=36.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312172030.4000.060.15170.2353.0968.24
Hex83D9CB2806Faa3544
Octal20333131350061725265104
Binary10000011110110011100101110100001101111101010101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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