#83DAD4

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

Shades of Riptide #83DAD4

Tints of Riptide #83DAD4

Color information

#83DAD4 (or 0x83DAD4) is unknown color: approx Riptide. HEX triplet: 83, DA and D4. RGB value is (131,218,212). Sum of RGB (Red+Green+Blue) = 131+218+212=561 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.35% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DAD4 is #7C252B. Grayscale: #BFBFBF. Windows color (decimal): -8135980 or 13949571. OLE color: 13949571.

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

Color convert

RGB131218212-
CMYK0.4000.030.15
HSL175.86º54.04%68.43%-
HSV(B)175.86º39.91%85.49%-
XYZ46.3259.7271.37-
YUV191.3139.6884.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.35%
GREEN value IS 218 (85.55% from 255) = 38.86%
BLUE value IS 212 (83.20% from 255) = 37.79%
R=23.35%
G=38.86%
B=37.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312182120.4000.030.15175.8654.0468.43
Hex83DAD42803Fb03644
Octal20333232450031726066104
Binary1000001111011010110101001010000111111101100001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,218,212); }

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

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

 a { background-color: rgb(131,218,212); }

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

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

 span { border-color: rgb(131,218,212); }

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