#83DCC5

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

Shades of Riptide #83DCC5

Tints of Riptide #83DCC5

Color information

#83DCC5 (or 0x83DCC5) is unknown color: approx Riptide. HEX triplet: 83, DC and C5. RGB value is (131,220,197). Sum of RGB (Red+Green+Blue) = 131+220+197=548 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.91% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCC5 is #7C233A. Grayscale: #BEBEBE. Windows color (decimal): -8135483 or 12967043. OLE color: 12967043.

HSL color Cylindrical-coordinate representation of color #83DCC5: hue angle of 164.49º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DCC5 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB131220197-
CMYK0.4000.100.14
HSL164.49º55.97%68.82%-
HSV(B)164.49º40.45%86.27%-
XYZ45.0360.0462.04-
YUV190.77131.5185.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.91%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 197 (77.34% from 255) = 35.95%
R=23.91%
G=40.15%
B=35.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312201970.4000.100.14164.4955.9768.82
Hex83DCC5280AEa43845
Octal203334305500121624470105
Binary100000111101110011000101101000010101110101001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,220,197); }

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

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

 a { background-color: rgb(131,220,197); }

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

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

 span { border-color: rgb(131,220,197); }

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