#83D9CD

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

Shades of Riptide #83D9CD

Tints of Riptide #83D9CD

Color information

#83D9CD (or 0x83D9CD) is unknown color: approx Riptide. HEX triplet: 83, D9 and CD. RGB value is (131,217,205). Sum of RGB (Red+Green+Blue) = 131+217+205=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #83D9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D9CD is #7C2632. Grayscale: #BDBDBD. Windows color (decimal): -8136243 or 13490563. OLE color: 13490563.

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

Color convert

RGB131217205-
CMYK0.4000.060.15
HSL171.63º53.09%68.24%-
HSV(B)171.63º39.63%85.1%-
XYZ45.1958.8666.74-
YUV189.92136.5185.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.69%
GREEN value IS 217 (85.16% from 255) = 39.24%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=23.69%
G=39.24%
B=37.07%

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
Decimal1312172050.4000.060.15171.6353.0968.24
Hex83D9CD2806Fac3544
Octal20333131550061725465104
Binary10000011110110011100110110100001101111101011001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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